cancer {Simple}R Documentation

cancer survival times

Description

cancer survival times

Usage

data(cancer)

Format

The format is: a list with 5 components

stomach:
num [1:13] 124 42 25 45 412 ...
bronchus:
num [1:17] 81 461 20 450 246 166 63 64 155 859 ...
colon :
num [1:17] 248 377 189 1843 180 ...
ovary :
num [1:6] 1234 89 201 356 2970 ...
breast :
num [1:11] 1235 24 1581 1166 40 ...

Source

Borrowed from Kitchen's Exploring Statistics

References

Borrowed from Kitchen's Exploring Statistics

Examples

data(cancer)
boxplot(cancer)

[Package Simple version 0.5 Index]