Learn R Programming

BSDA (version 1.01)

Rentals: Weekly rentals for 45 apartments

Description

Data for Exercise 1.122

Usage

Rentals

Arguments

Format

A data frame with 45 observations on the following variable.

rent

a numeric vector

Examples

Run this code
# NOT RUN {
str(Rentals)
attach(Rentals)
EDA(rent)
detach(Rentals)
# }

Run the code above in your browser using DataLab