Learn R Programming

BSDA (version 1.01)

Censored: Entry age and survival time of patients with small cell lung cancer under two different treatments

Description

Data for Exercises 7.34 and 7.48

Usage

Censored

Arguments

Format

A data frame with 121 observations on the following 8 variables.

survivA

a numeric vector

ageA

a numeric vector

censorA

a numeric vector

survivB

a numeric vector

ageB

a numeric vector

censorB

a numeric vector

survival

a numeric vector

group

a numeric vector

Examples

Run this code
# NOT RUN {
str(Censored)
attach(Censored)
boxplot(survival~group)
detach(Censored)
# }

Run the code above in your browser using DataLab