Learn R Programming

BSDA (version 0.1)

Hodgkin: Results of treatments for Hodgkin's disease

Description

Data for Exercise 2.77

Usage

Hodgkin

Arguments

source

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

Examples

Run this code
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)

Run the code above in your browser using DataLab