openintro (version 1.7.1)

housing: Simulated data set on student housing

Description

Each observation represents a simulated rent price for a student.

Usage

data("housing")

Arguments

Format

A data frame with 75 observations on the following variable.

cost

a numeric vector

Examples

Run this code
# NOT RUN {
data(housing)
## maybe str(housing) ; plot(housing) ...
# }

Run the code above in your browser using DataLab