artms_data_randomDF {artMS}R Documentation

Random data set

Description

Dataset randomly generated for testing purposes

Usage

artms_data_randomDF

Format

A data frame with 100 rows and 10 variables:

Dataset generated using this code

data.frame(replicate(10,sample(0:1,100,rep=TRUE)))


[Package artMS version 1.2.0 Index]