R/efc.R

#' @docType data
#' @title Sample dataset from the EUROFAMCARE project
#' @name efc
#' @aliases efc_test
#' @keywords data
#'
#' @description A SPSS sample data set, imported with the \code{sjlabelled::read_spss()} function.
#'
#' @examples
#' # Attach EFC-data
#' data(efc)
#'
#' # Show structure
#' str(efc)
#'
#' # show first rows
#' head(efc)
NULL
javifar/ggeffects documentation built on Jan. 21, 2022, 12:04 a.m.