vcdExtra (version 0.8-5)

Cancer: Survival of Breast Cancer Patients

Description

Three year survival of 474 breast cancer patients according to nuclear grade and diagnostic center.

Usage

data(Cancer)

Arguments

Format

A 3-dimensional array resulting from cross-tabulating 3 variables for 474 observations. The variable names and their levels are:

NoNameLevels
1Survival"Died", "Surv"
2Grade"Malignant", "Benign"
3Center"Boston", "Glamorgan"

Examples

Run this code
data(Cancer)

MASS::loglm(~Survival + Grade + Center, data = Cancer)

vcd::mosaic(Cancer, shade=TRUE)

Run the code above in your browser using DataLab