powered by
Three year survival of 474 breast cancer patients according to nuclear grade and diagnostic center.
data(Cancer)
A 3-dimensional array resulting from cross-tabulating 3 variables for 474 observations. The variable names and their levels are:
Survival
"Died", "Surv"
Grade
"Malignant", "Benign"
Center
"Boston", "Glamorgan"
data(Cancer) MASS::loglm(~Survival + Grade + Center, data = Cancer) vcd::mosaic(Cancer, shade=TRUE)
Run the code above in your browser using DataLab