Cancer {BSDA}R Documentation

Survival times of terminal cancer patients treated with vitamin C

Description

Data for Exercises 6.55 and 6.64

Usage

Cancer

Format

A data frame with 17 observations on the following 5 variables.

stomach
a numeric vector
bronchus
a numeric vector
colon
a numeric vector
ovary
a numeric vector
breast
a numeric vector

Source

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

Examples

str(Cancer)
attach(Cancer)
EDA(stomach)
sign.test(stomach,md=100,alternative="greater")
detach(Cancer)

[Package BSDA version 0.1 Index]