HOUSE: House Prices

HOUSER Documentation

House Prices

Description

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

Usage

HOUSE

Format

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

  • neighborhood (a factor with levels Blowing Rock, Cove Creek, Green Valley, Park Valley, Parkway, and Valley Crucis)

  • price (price of house in thousands of dollars)

References

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

Examples

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

alanarnholt/PASWR2 documentation built on June 2, 2022, 5:20 a.m.