GitXplorerGitXplorer
r

eco341a

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8cbf9643c239fa6803a8b8170c9d01efa7e5d659

Added README

rrharish101 committed 5 years ago
Unverified
bc90ef06b1d3a9d60cdc2aa51d1313d3caaa8af4

Added files

rrharish101 committed 5 years ago

README

The README file for this repository.

ECO341A Assignments

This is the repository for the assignments of the second part of ECO341A, offered in the odd semester of 2019 at IIT-K.

Group Members

  • Bhavishya Desai, 160194
  • Nikhil Bansal, 160447
  • Nishant Maheshwari, 160458
  • Harish Rajagopal, 160552
  • Akhil Reddy, 160613
  • Sameer Meena, 160616

Setup

  1. Download the Woolridge datasets from here.
  2. Extract the necessary datasets and capitalize the filenames (including the extension).
  3. Ensure that the following R packages are installed on the system sem and foreign.

Instructions

  1. Change the working directory to the git root directory.
  2. Run the R scripts and store their output in correspondingly-named .out files, as follows:
    Rscript c6.9.R > c6.9.out
    
    The name of the .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
  3. Compile the LaTeX report after generating all .out files for each R script.