File: cars.Rd

package info (click to toggle)
r-cran-caret 7.0-1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,036 kB
  • sloc: ansic: 210; sh: 10; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 922 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% 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{http://jse.amstat.org/jse_archive.htm#2008}.
}
\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}