Learn R Programming

sjmisc (version 1.0.2)

efc: Sample dataset from the EUROFAMCARE project

Description

A SPSS sample data set, read with the read_spss function and "converted" with to_sjPlot.

Arguments

References

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

Examples

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

# Show structure
str(efc)

# show first rows
head(efc)

# show variables
library(sjPlot)
view_spss(efc)

# show variable labels
get_var_labels(efc)

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

Run the code above in your browser using DataLab