Revision d4cb3e7e9238e92df8bca607c6f7afd82c8efb52 authored by Daniel Luedecke on 14 August 2014, 18:06:29 UTC, committed by cran-robot on 14 August 2014, 18:06:29 UTC
1 parent 1338a2d
Raw File
efc.Rd
% Generated by roxygen2 (4.0.1): do not edit by hand
\docType{data}
\name{efc}
\alias{efc}
\title{Sample dataset from the EUROFAMCARE project}
\description{
Sample dataset from the EUROFAMCARE project
}
\examples{
# Attach EFC-data
data(efc)

# Show structure
str(efc)

# show first rows
head(efc)

# show variables
\dontrun{
sji.viewSPSS(efc)}

# show variable labels
sji.getVariableLabels(efc)

# plot efc-data frame summary
\dontrun{
sjt.df(efc, alternateRowColor=TRUE)}
}
\references{
\url{http://www.uke.de/eurofamcare/}
}
\seealso{
\code{\link{sji.SPSS}} \cr
         \code{\link{sji.viewSPSS}} \cr
         \code{\link{sjt.df}} \cr
         \code{\link{sji.getValueLabels}} \cr
         \code{\link{sji.getVariableLabels}} \cr
         \code{\link{sji.convertToLabel}} \cr
         \code{\link{sjp.frq}}
}
\keyword{data}

back to top