Learn R Programming

rstpm2 (version 1.2.2)

colon: Colon cancer.

Description

Diagnoses of colon cancer.

Usage

data(colon)

Arguments

Details

Caution: there is a colon dataset in the survival package. We recommend using data(colon,package="rstpm2") to ensure the correct dataset is used.

Examples

Run this code
data(colon,package="rstpm2") # avoids name conflict with survival::colon
## maybe str(colon) ; ...

Run the code above in your browser using DataLab