heights: Husband and Wife heights

Description Usage Format Details Source Examples

Description

A dataset from ,,A modern approach to regression with R”. Simon J. Sheather 2009 . Paired heights for husbands and wifes.

Usage

1

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

1
2
3
4
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")

Example output



PBImisc documentation built on May 2, 2019, 4:51 a.m.