R/cars.r

#' @title cars dataset
#' @description Subset of mpg dataset from ggplot2 containing hwy class and year
#' @format A data frame with 234 rows and 3 variables:
#' \describe{
#'   \item{\code{hwy}}{integer COLUMN_DESCRIPTION}
#'   \item{\code{class}}{character COLUMN_DESCRIPTION}
#'   \item{\code{year}}{integer COLUMN_DESCRIPTION}
#'}
#' @docType data
#' @keywords datasets
#' @name cars
#' @usage cars
#' @details DETAILS
NULL
kstevenson97/onewayAnova documentation built on Nov. 4, 2019, 4:08 p.m.