Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 5.117

Usage

Metrent

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab