2 Data
The following provides the full list of data that we will use this semester. Some of the links below are to data posted on my website; others point to data hosted externally (if you notice any broken links, please let me know).
Note: some of the datasets below require installing an R package. For example, to access the Airq data, you need to install the Ecdat package first (i.e., by running install.packages("Ecdat")) and then run data(Airq, package="Ecdat").
acsData from the 2019 American Community Survey about Education and Earnings
Access: Course Website
Description: Course Website
AirqData about air quality in California counties in 1972.
Access:
data(Airq, package="Ecdat")Description:
?Ecdat::Airq
AJRData about GDP, institutions, and settler mortality
Access:
data(AJR, package="hdm")Description:
?hdm::AJR
banksData about bank closures in Mississippi during the Great Depression
Access: Course Website
Description: Course Website
Birthweight_SmokingData about infant birthweights and mother’s smoking from PA 1989
Access: Course Website
Description: Mark Watson’s website
CaschoolSchool-level test score data from California in 1998-1999
Access:
data(Caschool, package="Ecdat")Description:
?Ecdat::Caschool
diamond_trainData about diamond prices. The full version of this data I got from Kaggle, and then I split it into training and testing data.
Access: Course Website
Description: A description of each column in the data is available under the
Descriptiontab on Kaggle
diamond_testOut of sample version of
diamond_traindataAccess: Course Website
Description: A description of each column in the data is available under the
Descriptiontab on Kaggle
FairIndividual-level data about affairs in the United States
Access:
data(Fair, package="Ecdat")Description:
?Ecdat::Fair
fastfoodData about fast food restaurants in New Jersey and Pennsylvania from Card and Krueger (1994)
Access: Course Website
Description: Course Website
FatalitiesState-level panel data about drunk driving laws and traffic fatalities
Access:
data(Fatality, package="AER")Description:
?AER::Fatality
FertilityData from Angrist and Evans (1998) about fertility and female labor supply
Access:
data(Fertility, package="AER")Description:
?AER::Fertility
fertilizer_2000Country-level data about fertilizer and crop yields from the year 2000. See description of
fertilizer_panelbelow for more detailsAccess: Course Website
Description: Course Website
fertilizer_panelCountry-level panel data from 1965-2000 (every 5 years) about fertilizer and crop yields for 68 developing countries. This data is a smaller version of the data used in McArthur, John W., and Gordon C. McCord. “Fertilizing growth: Agricultural inputs and their effects in economic development.” Journal of Development Economics 127 (2017): 133-152. url: https://doi.org/10.1016/j.jdeveco.2017.02.007.
Access: Course Website
Description: Course Website
gapminderCountry-level panel data from 1952-2007 about life expectancy, GDP per capita, and population
Access:
data(gapminder, package="gapminder")Description:
?gapminder::gapminder
houseU.S. House of Representatives elections data from 1946-1998
Access: Course Website](
r course_website_link)Description: Course Website
intergenerational_mobilityIntergenerational mobility data from PSID
Access: Course Website
Description: Course Website
Lead_MortalityInfant mortality and lead pipes in 1900
Access: Access: Course Website
Description: Mark Watson’s website
mldaCar accident deaths by age group
Access: Course Website
Description: Course Website
mrozLabor force particpation of married women
Access:
data(mroz, package="wooldridge")Description:
?wooldridge::mroz
mutual_fundsMutual fund performance data
Access: Course Website
Description: Course Website
rand_hieRAND health insurance experiment
Access: Course Website
Description: Course Website
StarData from Project STAR that randomly assigned some students to smaller class sizes
Access:
data(Star, package="Ecdat")Description:
?Ecdat::Star
titanic_trainingPassenger level data on surviving Titanic. This data is a slightly adapted version of the
titanicdata on KaggleAccess: Course Website
Description: Kaggle
titanic_testingOut of sample version of
titanic_trainingdataAccess: Course Website
Description: Kaggle
us_dataData from the 2019 American Community Survey via IPUMS
Access: Course Website
Description: Course Website