Learn R Programming

BSDA (version 1.2.2)

Metrent: Monthly rental costs in metro areas with 1 million or more persons

Description

Data for Exercise 5.117

Usage

Metrent

Arguments

Format

A data frame/tibble with 46 observations on one variable

rent

monthly rent in dollars

References

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

Examples

Run this code

boxplot(Metrent$rent, col = "magenta")
t.test(Metrent$rent, conf.level = 0.99)$conf

Run the code above in your browser using DataLab