GitXplorerGitXplorer
r

eco341a

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6b8e5e1bf2f4ac81befc86798e37cc6a77467dac

Changed plot in E8.1

rrharish101 committed 5 years ago
Unverified
74ce41d4bfd31fe3290b0c7645131bb2d75d9b07

Completed question E8.1

rrharish101 committed 5 years ago
Unverified
867ba3400bb7e1512362b61a373c7ecd18d7916f

Added solution for e8.1 and incomplete report

nnishantm96 committed 5 years ago
Unverified
c7592ee328652d4c6eb8ff6331edfe0ca0781c36

Trimmed code to save extra page in report

nnishantm96 committed 5 years ago
Unverified
5ecf07f20c4f0b85175eea98aa55a77159e2b534

Removed duplicate solution

rrharish101 committed 5 years ago
Unverified
6b7ec0e9608e8a7fa507f55565a346347b15e79d

Add R package information

iidealrealism 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.