cats: Anatomical data from domestic cats

Description Usage Format References Examples

Description

The heart and body weights of samples of male and female cats used for digitalis experiments. The cats were all adult, over 2 kg body weight.

Usage

1

Format

A data frame with 144 observations on the following 3 variables.

Sex

sex:Factor with evels "F" and "M".

Bwt

body weight in kg.

Hwt

heart weight in g.

References

R. A. Fisher (1947) The analysis of covariance method for the relation between a part and the whole, Biometrics 3, 65-68.

Examples

1
2
3
4
5
data(cats)
attach(cats)
mod<-lm(Hwt~Sex+Bwt+Sex:Bwt,data=cats)
res <- resid(mod)
hctest(Bwt, res)

Example output

[1] 1.905797e-06

hcc documentation built on May 2, 2019, 2:08 a.m.