Description
Data Sets from "Lectures on Econometrics" by Chirok Han.
Description
Data sets for Chirok Han (2024, ISBN:979-11-303-1964-3, "Lectures on Econometrics"). Students, teachers, and self-learners will find the data sets essential for replicating the results in the book.
README.md
loedata
Data sets for Lectures on Econometrics (5th edition, Korean) by Chirok Han.
Installation
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")
devtools::install_github("chan079/loedata")
Example
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.
Documentation
See ?loedata in R for an overview of all datasets included in the package.
License
GPL-3