slid.csv

Published

July 28, 2022


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:


Preview

Code
# Import data
slid = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/pensive-giraffe/main/data/slid.csv")

# 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