File: cars.Rd

package info (click to toggle)
r-cran-caret 6.0-73%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,884 kB
  • ctags: 9
  • sloc: ansic: 207; sh: 10; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/caret-package.R
\docType{data}
\name{cars}
\alias{cars}
\title{Kelly Blue Book resale data for 2005 model year GM cars}
\source{
Kuiper, S. (2008). Introduction to Multiple Regression: How Much Is Your Car Worth?, 
\emph{Journal of Statistics Education}, Vol. 16
\url{www.amstat.org/publications/jse/v16n3/datasets.kuiper.html}.
}
\value{
\item{cars}{data frame of the suggested retail price (column \code{Price}) and various 
characteristics of each car (columns \code{Mileage}, \code{Cylinder}, \code{Doors}, \code{Cruise}, 
\code{Sound}, \code{Leather}, \code{Buick}, \code{Cadillac}, \code{Chevy}, \code{Pontiac}, \code{Saab},
 \code{Saturn}, \code{convertible}, \code{coupe}, \code{hatchback}, \code{sedan} and \code{wagon})}
}
\description{
Kuiper (2008) collected data on Kelly Blue Book resale data for 804 GM cars (2005 model year).
}
\keyword{datasets}