Data sets for Lectures on Econometrics (5th edition, Korean) by Chirok Han.
You can install the released version of loedata from CRAN:
install.packages("loedata")
Or install the development version from GitHub (for the latest changes):
# install.packages("devtools")
::install_github("chan079/loedata") devtools
Load the package and view a sample dataset:
library(loedata)
data(Fastfood)
head(Fastfood)
This shows the Card and Krueger (1994) fastfood data set.
Reference: Card, D. & Krueger, A. (1994). Minimum Wages and Employment: A Case Study of the Fast Food Industry in New Jersey and Pennsylvania. American Economic Review, 84(4), 772–793.
See ?loedata
in R for an overview of all datasets
included in the package.
GPL-3