Learn R Programming

sjPlot (version 1.7)

efc: Sample dataset from the EUROFAMCARE project

Description

Sample dataset from the EUROFAMCARE project

Arguments

docType

data

References

http://www.uke.de/eurofamcare/

See Also

Examples

Run this code
# Attach EFC-data
data(efc)

# Show structure
str(efc)

# show first rows
head(efc)

# show variables
view_spss(efc)

# show variable labels
get_var_label(efc)

# plot efc-data frame summary
sjt.df(efc, alternateRowColor=TRUE)

Run the code above in your browser using DataLab