R/data-cchousing.R

#' Community college housing (simulated data)
#'
#' These are simulated data and intended to represent housing prices of
#' students at a community college.
#'
#'
#' @name cchousing
#' @docType data
#' @format A data frame with 75 observations on the following variable.
#' \describe{
#'   \item{price}{Monthly housing price, simulated.}
#'   }
#' @keywords datasets
#' @examples
#'
#' hist(cchousing$price)
"cchousing"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on Sept. 1, 2022, 9:06 a.m.