sjlabelled (version 1.1.1)

efc: Sample dataset from the EUROFAMCARE project

Description

A SPSS sample data set, imported with the read_spss function.

Arguments

Examples

Run this code
# NOT RUN {
# Attach EFC-data
data(efc)

# Show structure
str(efc)

# show first rows
head(efc)

# show variables
# }
# NOT RUN {
library(sjPlot)
view_df(efc)

# show variable labels
get_label(efc)

# plot efc-data frame summary
sjt.df(efc, altr.row.col = TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace