R/home_prices_holdout.R

#'Regression Example - Home Prices Holdout
#'
#'An example dataset used in Chapter 12 of the book
#'\emph{Introduction to the New Statistics}.
#'
#'This is a holdout sample of an additional 10 cases from the Houses dataset. See
#'\code{\link{home_prices}} for more info.
#'
#'@source
#'This is a subset of data that can be found at
#'\url{https://wiki.csc.calpoly.edu/datasets/wiki/Houses}
#'
#'@format A data frame with 10 rows and 3 variables:
#'\describe{
#'  \item{new_case}{Identifier}
#'  \item{size}{Size of the house in square feet}
#'  \item{asking_price}{Asking price in dollars}
#'}
#'
#'@references
#'Cumming, G., & Calin-Jageman, R. (2017).
#'  \emph{Introduction to the New Statistics}. New York; Routledge.
#'@seealso \code{\link{home_prices}}
"home_prices_holdout"
gitrman/itns documentation built on May 17, 2019, 5:29 a.m.