Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.117

Usage

data(Metrent)

Arguments

Format

A data frame with 46 observations on the following variable.

rent

a numeric vector

Examples

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

Run the code above in your browser using DataLab