Revision 0d1b46ce56f99be7b8c9412c34b720b0794a8ce6 authored by Manuela Hummel on 03 March 2016, 20:29:17 UTC, committed by cran-robot on 03 March 2016, 20:29:17 UTC
0 parent
Raw File
mixdata.Rd
\name{mixdata}
\alias{mixdata}
\docType{data}
\title{ Small example dataset with variables of different types}

\description{Simulated dataset with quantitative, ordinal and categorical variables. Some variables are correlated and some are associated to sample groups.}

\usage{data(mixdata)}

\format{
\code{mixdata} is a data frame with 40 samples (rows) and 10 variables (columns). The variable names indicate their type, i.e. '.quant' (quantitative), '.ord' (ordinal), '.cat' (categorical). 
}
  
\examples{
data(mixdata)
str(mixdata)
}
\keyword{datasets}
back to top