Learn R Programming

lmreg (version 1.2)

trout: Brown trout hemoglobin data

Description

The measured hemoglobin content in the blood of brown trout that were randomly allocated to four troughs, where different concentrations of sulfamerazine in food were administered 35 days prior to measurement (Gutsell, 1951).

Usage

data(trout)

Arguments

Format

A data frame with 40 observations on the following 2 variables.

Sulfamerazine

Concentrations of sulfamerazine (in grams per 100 pounds of fish)

Hemoglobin

Hemoglobin content (in grams per 100 ml of blood)

Examples

Run this code
# NOT RUN {
data(trout)
head(trout)
# }

Run the code above in your browser using DataLab