getExampleLabelsFilename {CASMAP} | R Documentation |
Path to CASMAP_example_labels_1.txt
in inst/extdata
.
A dataset containing the binary labels for the data in the file
CASMAP_example_data_1.txt
, the path to which is given by
getExampleDataFilename
.
getExampleLabelsFilename()
A single column of 100 labels, each of which is either 0
or 1
.
Path to the file containing the labels, for reading in to
CASMAP object using the readFiles
function.
getExampleDataFilename
,
getExampleCovariatesFilename
labelsfile <- getExampleLabelsFilename()