Learn R Programming

EnsembleBase (version 1.0.0)

servo: Servo Data Set

Description

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

Usage

data("servo")

Arguments

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

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

Run the code above in your browser using DataLab