Hodgkin {BSDA}R Documentation

Results of treatments for Hodgkin's disease

Description

Data for Exercise 2.77

Usage

Hodgkin

Format

A data frame with 4 observations on the following 4 variables.

Histological
a factor with levels LD LP MC NS
Positive
a numeric vector
Partial
a numeric vector
None
a numeric vector

Source

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

Examples

str(Hodgkin)
attach(Hodgkin)
HOD <- as.matrix(Hodgkin[,2:4])
rownames(HOD) <- Histological
HOD
barplot(t(HOD),legend=TRUE,beside=TRUE)
detach(Hodgkin)
remove(HOD)

[Package BSDA version 0.1 Index]