Metrent {BSDA} | R Documentation |
Monthly rental costs in metro areas with 1 million or more persons
Description
Data for Exercise 5.117
Usage
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
[Package BSDA version 1.2.2 Index]