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"
tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.