Description
Complete Empirical Exercises in R or Stata. Submit all code (use comments!).
Instructions for loading the data sets:
In Stata:
- First install the <bcuse> package by typing the following command: ssc install bcuse
- Once you have installed the package, you can load a data set by using the following command: bcuse , clear
In R:
- First install the 'wooldridge' package by typing: install.packages('wooldridge')
- Then load the library at the top of your R script: library(wooldridge)
- Finally, you can load the data with the following command: data(, package='wooldridge')