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 with 46 observations on the following variable.

rent
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Metrent)
attach(Metrent)
EDA(rent)
t.test(rent,conf.level=.99)$conf
detach(Metrent)

[Package BSDA version 0.1 Index]