cov.info {GlobalAncova} | R Documentation |
Covariate data for the p53 example:
Date of covariates sex (0
-male/1
-female) and tumour location (1
-distal/0
-proximal)
data(cov.info)
The format is: num [1:36, 1:2] 1 1 1 1 0 0 1 1 0 1 ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:2] "sex" "loc"
data(cov.info) #str(cov.info) #table(cov.info[,"sex"])