heights {PBImisc} | R Documentation |
Husband and Wife heights
Description
A dataset from ,,A modern approach to regression with R”. Simon J. Sheather 2009 . Paired heights for husbands and wifes.
Usage
data(heights)
Format
data.frame with 96 obs. and 2 variables
Husband
,Wife
Height of husband and wife.
Details
The dataset from ,,A modern approach to regression with R”. Simon J. Sheather 2009
Source
A modern approach to regression with R. Simon J. Sheather 2009
Examples
data(heights)
plot(Husband~Wife, data=heights, pch=19)
abline(lm(Husband~Wife, data=heights), col="red")
abline(lm(Husband~Wife-1, data=heights), col="blue")
[Package PBImisc version 1.0 Index]