Learn R Programming

alr3 (version 1.1.12)

rat: Rat data

Description

Data collected in an experiment in which rats were injected with a dose of a drug approximately proportional to body weight. At the end of the experiment, the animal's liver was weighed, and the fraction of the drug recoved in the liver was recorded. The experimenter expected the response to be independent of the predictors.

Arguments

source

Dennis Cook

References

Weisberg, S. (2005). Applied Linear Regression, 3rd edition. New York: Wiley, Section 9.2.3.

Examples

Run this code
data(rat)
pairs(rat)
summary(m1 <- lm(y~BodyWt+LiverWt+Dose, data=rat))
inf.index(m1)

Run the code above in your browser using DataLab