-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path002_homework1_format.Rmd
74 lines (53 loc) · 3.04 KB
/
002_homework1_format.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
title: "Homework 1"
author:
- XXXXXXXX (Only code no name)
- XXXXXXXX (Only code no name)
- XXXXXXXX (Only code no name)
- XXXXXXXX (Only code no name)
- XXXXXXXX (Only code no name)
- XXXXXXXX (Only code no name)
date: ""
output:
word_document:
toc: yes
toc_depth: '3'
html_document:
toc: yes
toc_depth: '3'
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE,
warning = FALSE,
message = FALSE,
fig.align = "center")
```
# Gross Domestic Product (GDP)
## Real and Nominal GDP
- Enter into the World Bank's Human Development Indicators database using the link:
<**https://databank.worldbank.org/source/world-development-indicators**>
- In *Country* select *Colombia*
- In *Series* select *GDP (current LCU)*
- In *Time* select *VIEW RECENT YEARS: 50*
- Apply changes and download the data using *Download options > Excel* at the upper right corner of the platform
1. Make a plot of the **Nominal GDP** of *Colombia* where the x-axis corresponds to the years and y-axis corresponds to the value of the **Nominal GDP**. **(4 points)**
2. Explain why **Nominal GDP** is not a good measure of the aggregate production for *Colombia*. **(4 points)**
- In *Country* select *Colombia*
- In *Series* select *GDP (constant LCU)*
- In *Time* select *VIEW RECENT YEARS: 50*
- Apply changes and download the data using *Download options > Excel* at the upper right corner of the platform
3. Make a plot of the **Nominal GDP** and the **Real Nominal GDP** of *Colombia* where the x-axis corresponds to the years and y-axis corresponds to the values of the **Nominal GDP** and **Real GDP**. **(4 points)**
4. Explain why **Real GDP** is a better measure of the aggregate production than **Nominal GDP** for *Colombia*. **(4 points)**
5. Explain why **Real GDP** and **Nominal GDP** have the same value in one year. **(4 points)**
- In *Country* select *Colombia*
- In *Series* select *Population, total*
- In *Time* select *VIEW RECENT YEARS: 50*
- Apply changes and download the data using *Download options > Excel* at the upper right corner of the platform
6. Calculate *Real GDP per-capita* for **Colombia**. **(4 points)**
7. Explain why *Real GDP per-capita* is a better measure for the production than *Real GDP* for *Colombia* **(4 points)**
8. Plot the growth of the *Real GDP per-capita* for *Colombia*. **(4 points)**
# Inflation
9. Calculate the **GDP Deflator** using the information collected in the previous section. **(4 points)**
10. Calculate the annual **inflation** for *Colombia* using the **GDP Deflator**. **(4 points)**
11. Make a plot of the **inflation** where the x-axis corresponds to the years and y-axis corresponds to the values of the **inflation**. **(4 points)**
12. Describe what you see in the plot and point out why it is important for a company in a country to have an economic macroenvironment with a low and stable **inflation** rate. *Hint*: Review the videos found in **Primer corte 30% > Learning Resources > Links of interest**. **(6 points)**