Once you have installed the package, you can load a data set by using the following command: bcuse , clear

economics

Description

Complete Empirical Exercises in R or Stata.  Submit all code (use comments!). 

Instructions for loading the data sets:  
In Stata: 
  1. First install the <bcuse> package by typing the following command: ssc install bcuse
  2. Once you have installed the package, you can load a data set by using the following command:  bcuse , clear
In R:  
  1. First install the 'wooldridge' package by typing:  install.packages('wooldridge') 
  2. Then load the library at the top of your R script:  library(wooldridge)
  3. Finally, you can load the data with the following command:  data(, package='wooldridge')


Related Questions in economics category