Censored {BSDA}R Documentation

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

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

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Censored)
attach(Censored)
boxplot(survival~group)
detach(Censored)

[Package BSDA version 0.1 Index]