mulsetDemo {mulset}R Documentation

Demo data set from mulset package. This data is used in this package examples. It consist of 4x4 feature matrix + additional dummy columns that can be used for testing.

Description

Demo data set from mulset package. This data is used in this package examples. It consist of 4x4 feature matrix + additional dummy columns that can be used for testing.

Usage

data(mulsetDemo)

Format

An object of class data.frame with 4 rows and 7 columns.

Examples

data(mulsetDemo)
print(head(mulsetDemo))
resamples <- mulset(mulsetDemo, exclude = c("outcome", "age", "gender"))


[Package mulset version 1.0.0 Index]