pheno_data {ARTP} | R Documentation |
Sample covariate and response data for runPermutations
The file pheno_data.txt is a
tab-delimited type 3 data set (see file.type
in pheno.list
).
It contains the variables:
ID
The subject id
Y
Case-control status (0, 1)
X1
Continuous covariate
X2
Continuous covariate
# Load and print the first 5 rows data(pheno_data, package="ARTP") pheno_data[1:5, ]