| colon_sample {biostat3} | R Documentation |
Sample from the colon dataset used for teaching.
Description
Sample from the colon dataset used for teaching.
Usage
data("colon_sample")
Format
A data frame with 35 observations on the following 9 variables.
sexa factor with levels
MaleFemaleagea numeric vector
stagea factor with levels
UnknownLocalisedRegionalDistantmmdxa numeric vector
yydxa numeric vector
surv_mma numeric vector
surv_yya numeric vector
statusa factor with levels
AliveDead: cancerDead: otherLost to follow-upsubsitea factor with levels
Coecum and ascendingTransverseDescending and sigmoidOther and NOS
Examples
data(colon_sample)
## maybe str(colon_sample) ; plot(colon_sample) ...
[Package biostat3 version 0.1.9 Index]