Learn R Programming

CluMix (version 2.3.1)

mixdata: 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)

Arguments

Format

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

Run this code
# NOT RUN {
data(mixdata)
str(mixdata)
# }

Run the code above in your browser using DataLab