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.
data(mulsetDemo)
An object of class data.frame
with 4 rows and 7 columns.
data(mulsetDemo)
print(head(mulsetDemo))
resamples <- mulset(mulsetDemo, exclude = c("outcome", "age", "gender"))