openintro (version 1.7.1)

ccHousing: Community college housing (simulated data)

Description

These are simulated data and intended to represent housing prices of students at a community college.

Usage

data(ccHousing)

Arguments

Format

A data frame with 75 observations on the following variable.

price

Monthly housing price, simulated.

References

OpenIntro Statistics, openintro.org

Examples

Run this code
# NOT RUN {
data(ccHousing)
hist(ccHousing$price)
# }

Run the code above in your browser using DataLab