This is the repository for the assignments of the second part of ECO341A, offered in the odd semester of 2019 at IIT-K.
- Bhavishya Desai, 160194
- Nikhil Bansal, 160447
- Nishant Maheshwari, 160458
- Harish Rajagopal, 160552
- Akhil Reddy, 160613
- Sameer Meena, 160616
- Download the Woolridge datasets from here.
- Extract the necessary datasets and capitalize the filenames (including the extension).
- Ensure that the following
R
packages are installed on the systemsem
andforeign
.
- Change the working directory to the git root directory.
- Run the R scripts and store their output in correspondingly-named
.out
files, as follows:
The name of theRscript c6.9.R > c6.9.out
.out
file should be the same as the R script file, but with the.out
extension instead of the.R
extension. eg.q_We.RtY.R
=>q_We.RtY.out
- Compile the LaTeX report after generating all
.out
files for each R script.