phenodata: Covariate information for the van t'Veer data

Description Usage Format Examples

Description

Covariate data for the van t'Veer example:

Sample

Sample number.

metastases

Development of distant metastases within five years (0-no/1-yes).

grade

Tumor grade (three ordere levels).

ERstatus

Estrogen receptor status (pos-positive/neg-negative).

Usage

1

Format

The format is:

'data.frame':

96 obs. of 4 variables:

$Sample:

int 1 2 3 4 5 6 7 8 9 10 ...

$metastases:

int 0 0 0 0 0 0 0 0 0 0 ...

$grade:

int 2 1 3 3 3 2 1 3 3 2 ...

$ERstatus:

Factor w/ 2 levels "neg","pos": 2 2 1 2 2 2 2 1 2 2 ...

Examples

1
2
data(phenodata)
#str(phenodata)

Example output

Loading required package: corpcor
Loading required package: globaltest
Loading required package: survival

GlobalAncova documentation built on Nov. 8, 2020, 8:10 p.m.