phenodata {GlobalAncova}R Documentation

Covariate information for the van t'Veer data

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

data(phenodata)

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

data(phenodata)
#str(phenodata)

[Package GlobalAncova version 3.10.0 Index]