2016 Q4 Macroeconomics (Kobe Univ.) π
Syllabus π
Lecture Notes, Problem Sets π
- 16MA4B: Problem Set
- 16MA4a: Simulation of the Solow model
- 16MA4b: Convergence
- 16MA4-Mid: Take-home exam
- Due on 13 January, 2017
Presentation Files π
Supplementary Materials π
- Computation of Optimal Growth based on Euler Equation
- Computation of Optimal Growth based on Dynamic Programming
RStudio π
To run Rmd files above and to compile (knit) them to pdf or other document format, install RStudio > 1.0.
R Resources π
If you are new to R and RStudio, or more generally to programing languages, the following short online material by Jenny Bryan is a good starting point. It will help you streamline your daily workflow. It is important in particular to understand the concept of “working directory” from the earliest stage of your learning.
Need a more comprehensive guidebook? Here is a website I’d recommend:
Because of my intensive using of functions and operators defined in dplyr
and tidyr, my codes might look obscure for those who learned R years back
and haven’t updated their coding style, and for those who don’t have background
in (relational) database systems. Chapter 5 of Grolemund and Wickham will help.