Learn R Programming

ANOM (version 0.5)

hemoglobin:

Description

Hemoglobin levels of 30 male cancer patients treated with radiation or chemotherapy and one of three drugs.

Usage

data(hemoglobin)

Arguments

Format

A data frame with 30 observations on the following 3 variables.
therapy
A factor with 2 levels giving the types of therapy.
drug
A factor with 3 levels giving the drugs administered.
level
A numeric vector giving the patients' hemoglobin levels.

Details

This is a complete balanced two-way layout. 15 male cancer patients were radiated, and another 15 underwent chemotherapy. In addition, the patients were treated with either drug 1, 2, or 3. The endpoint of interest was the level of hemoglobin (in grams per deciliter blood).

Examples

Run this code
data(hemoglobin)
str(hemoglobin)

Run the code above in your browser using DataLab