cov.info {GlobalAncova}R Documentation

Data of the covariates

Description

Covariate data for the p53 example: Date of covariates sex (0-male/1-female) and tumour location (1-distal/0-proximal)

Usage

data(cov.info)

Format

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"

Examples

data(cov.info)
#str(cov.info)
#table(cov.info[,"sex"])

[Package GlobalAncova version 1.4.0 Index]