Learn R Programming

EnsembleBase (version 1.0.4)

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"

Examples

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

Run the code above in your browser using DataLab