Learn R Programming

BSDA (version 1.01)

Hodgkin: Results of treatments for Hodgkin's disease

Description

Data for Exercise 2.77

Usage

Hodgkin

Arguments

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

Examples

Run this code
# NOT RUN {
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