
Last chance! 50% off unlimited learning
Sale ends in
An SPSS sample data set, imported with the sjlabelled::read_spss()
function. Consists of 28 variables from 908 observations. The data set is part
of the EUROFAMCARE project, a cross-national survey on informal caregiving in
Europe.
# Attach EFC-data
data(efc)
# Show structure
str(efc)
# show first rows
head(efc)
Run the code above in your browser using DataLab