GlobalAncova (version 3.36.0)

phenodata: 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)

Arguments

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

Run this code
data(phenodata)
#str(phenodata)

Run the code above in your browser using DataCamp Workspace