Skip to Content

car.test.frame {rpart}

Automobile Data from 'Consumer Reports' 1990
Package: 
rpart
Version: 
4.1-1

Description

The car.test.frame data frame has 60 rows and 8 columns, giving data on makes of cars taken from the April, 1990 issue of Consumer Reports. This is part of a larger dataset, some columns of which are given in cu.summary.

Usage

car.test.frame

See Also

car90, cu.summary

Examples

z.auto <- rpart(Mileage ~ Weight, car.test.frame)
summary(z.auto)

Documentation reproduced from package rpart, version 4.1-1. License: GPL-2 | GPL-3