HOUSE: House Prices

Description Usage Format References Examples

Description

Random sample of house prices (in thousands of dollars) for three bedroom/two bath houses in Watauga County, NC

Usage

1

Format

A data frame with 14 observations on the following 2 variables:

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
2
with(data = HOUSE,
t.test(price, mu = 225))

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.