Data for Exercise 5.117

Metrent

Format

A data frame/tibble with 46 observations on one variable

rent

monthly rent in dollars

Source

U.S. Bureau of the Census, Housing in the Metropolitan Areas, Statistical Brief SB/94/19, September 1994.

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


boxplot(Metrent$rent, col = "magenta")

t.test(Metrent$rent, conf.level = 0.99)$conf
#> [1] 469.2731 560.4660
#> attr(,"conf.level")
#> [1] 0.99