GitXplorerGitXplorer
r

eco341a

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8ff9c407723d69bc8d2ea86091bffbbff4f0be97

Add solution of e12.1

iidealrealism committed 5 years ago
Unverified
bd6231f6f07956013a87f8022396d1fcb0d65f11

Added std. errors; rounded values to 4 digits

rrharish101 committed 5 years ago
Unverified
eb56930aea77d21ea61985c65fffd56d81862077

Fixed typo and some indentation

rrharish101 committed 5 years ago
Unverified
afa50bfccfabef5ec0cf20f108f022b3101da77a

Add solution of e6.1

iidealrealism committed 5 years ago
Unverified
f4d831442668232ae62ca269398ac1ccf6142d5f

Fixed README formatting

rrharish101 committed 5 years ago
Unverified
c82be73e6fd65ce814e612cb387683d59e53e761

Formatted numbers

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.