servo {EnsembleBase}R Documentation

Servo Data Set

Description

A small regression data set taken from UCI Machine Learning Repository. Response variable is "class".

Usage

data("servo")

Format

The format is: chr "servo"

Source

Bache, K. & Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

Examples

data(servo)
lm(class~motor+screw+pgain+vgain, servo)

[Package EnsembleBase version 1.0.2 Index]