slid.csv
The data in slid.csv includes a subset of data collected during the 1994 wave of Statistics Canada’s Survey of Labour and Income Dynamics (SLID). These data constitute employed citizens living in Ontario, Canada between the ages of 16 and 65. These data are taken from the public-use dataset made available by Statistics Canada, and prepared by the Institute for Social Research, York University. They were made available in Fox et al. (2022). The variables in the data set are:
wages
: Composite hourly wage rate based on all the participant’s jobsage
: Age of the participant (in years)education
: Number of years of schoolingmale
: A dummy-coded predictor for sex (0=Non-male; 1=Male)
Preview
Code
# Import data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/pensive-giraffe/main/data/slid.csv")
slid
# View data
slid
References
Fox, J., Weisberg, S., & Price, B. (2022). CarData: Companion to applied regression data sets. R package version 3.0-5. https://CRAN.R-project.org/package=carData