R/data.R

#' Prices of 50,000 round cut diamonds.
#'
#' A dataset containing the prices and other attributes of almost 54,000
#' diamonds.
#'
#' @format A data frame with 53940 rows and 10 variables:
#' \describe{
#'   \item{am}{weight of the diamond, in carats}
#'   \item{carb}{weight of the diamond, in carats}
#'   \item{cyl}{weight of the diamond, in carats}
#'   \item{disp}{weight of the diamond, in carats}
#'   \item{drat}{weight of the diamond, in carats}
#'   \item{gear}{weight of the diamond, in carats}
#'   \item{hp}{weight of the diamond, in carats}
#'   \item{mpg}{weight of the diamond, in carats}
#'   \item{qsec}{weight of the diamond, in carats}
#'   \item{vs}{weight of the diamond, in carats}
#'   \item{wt}{weight of the diamond, in carats}
#'   ...
#' }
#' @source \url{http://www.diamondse.info/}
"DATASET"

#' Prices of 50,000 round cut diamonds.
#'
#' A dataset containing the prices and other attributes of almost 54,000
#' diamonds.
#'
#' @format A data frame with 53940 rows and 10 variables:
#' \describe{
#'   \item{am}{weight of the diamond, in carats}
#'   \item{carb}{weight of the diamond, in carats}
#'   \item{cyl}{weight of the diamond, in carats}
#'   \item{disp}{weight of the diamond, in carats}
#'   \item{drat}{weight of the diamond, in carats}
#'   \item{gear}{weight of the diamond, in carats}
#'   \item{hp}{weight of the diamond, in carats}
#'   \item{mpg}{weight of the diamond, in carats}
#'   \item{qsec}{weight of the diamond, in carats}
#'   \item{vs}{weight of the diamond, in carats}
#'   \item{wt}{weight of the diamond, in carats}
#'   ...
#' }
#' @source \url{http://www.diamondse.info/}
"mtcars"

#' Prices of 50,000 round cut diamonds.
#'
#' A dataset containing the prices and other attributes of almost 54,000
#' diamonds.
#'
#' @format A data frame with 53940 rows and 10 variables:
#' \describe{
#'   \item{x}{price, in US dollars}
#'   ...
#' }
#' @source \url{http://www.diamondse.info/}
"x"
chriszheng2016/Myfoofactors documentation built on May 8, 2020, 1:02 a.m.