Last data update: 2014.03.03

R: Covariate information for the van t'Veer data
phenodataR 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)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GlobalAncova)
Loading required package: corpcor
Loading required package: globaltest
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/GlobalAncova/phenodata.Rd_%03d_medium.png", width=480, height=480)
> ### Name: phenodata
> ### Title: Covariate information for the van t'Veer data
> ### Aliases: phenodata
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(phenodata)
> #str(phenodata)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>