https://github.com/cran/CluMix
Raw File
Tip revision: 4fbb09ab94eb59bfa4196e2a4898f4e30c2845ab authored by Manuela Hummel on 21 January 2019, 08:10:22 UTC
version 2.3.1
Tip revision: 4fbb09a
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