The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.