Learn R Programming

BSDA (version 1.01)

Cancer: Survival times of terminal cancer patients treated with vitamin C

Description

Data for Exercises 6.55 and 6.64

Usage

Cancer

Arguments

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

Examples

Run this code
# NOT RUN {
str(Cancer)
attach(Cancer)
EDA(stomach)
SIGN.test(stomach,md=100,alternative="greater")
detach(Cancer)
# }

Run the code above in your browser using DataLab