Learn R Programming

PASWR2 (version 1.0.5)

HOUSE: House Prices

Description

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

Usage

HOUSE

Arguments

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

Run this code
# NOT RUN {
with(data = HOUSE,
t.test(price, mu = 225))
# }

Run the code above in your browser using DataLab