Stata
- stataPs1.pdf - First session's problem set (basic Stata introduction)
- stataPs1Sol.pdf - A solution suggestion for the first session's problem set
- stataPs2.pdf - Second session's problem set (programming basics)
- stataPs2Sol.pdf - A solution suggestion for the second session's problem set
- stataPs3.pdf - Third session's problem set (Monte Carlo simulation and automating a table)
- stataPs3Sol.pdf - A solution suggestion for the third session's problem set
- stataPs4.pdf - Fourth session's problem set (programs and the gmm command)
- stataPs4Sol.pdf - A solution suggestion for the fourth session's problem set
- stataPs5.pdf - Fifth session's problem set (Mata)
- stataPs5Sol.pdf - A solution suggestion for the fifth session's problem set
- stataPs6.pdf - Sixth session's problem set (data manipulation tricks)
- stataPs6Sol.pdf - A solution suggestion for the sixth session's problem set
- nlswork.dta - Dataset for first session's problem set
MATLAB
- MATLABPS1.pdf - First problem set
- markovappr.m.txt - The file markovappr.m which is needed for the 1st problem set. Save it as .m file rather than .txt
- MATLABPS2.pdf - Second problem set
- VFI_PS.m.txt - The file VFI_PS.m which is needed for the 2nd problem set. Save it as .m file rather than .txt
- PFI_PS.m.txt - The file PFI_PS.m which is needed for the 2nd problem set. Save it as .m file rather than .txt
- MATLABPS1_SOL.pdf - Solution for the first problem set
- MATLABPS2_SOL.pdf - Solution for the second problem set
- markovsim.m - code file
- PFI_PS_SOL.m - code file
- VFI_PS_STOCH.m - code file