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"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.