servo: Servo Data Set

Description Usage Format Source Examples

Description

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

Usage

1
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

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

Example output

Loading required package: kknn
OpenJDK 64-Bit Server VM warning: Can't detect initial thread stack location - find_vma failed
EnsembleBase 1.0.2
School of Public Health, Imperial College London &
Scientific Computing Group, Sentrana Inc.

Call:
lm(formula = class ~ motor + screw + pgain + vgain, data = servo)

Coefficients:
(Intercept)       motorB       motorC       motorD       motorE       screwB  
    7.95609     -0.07917     -0.26657     -1.43030     -0.68643     -0.72072  
     screwC       screwD       screwE        pgain        vgain  
   -1.08250     -1.20546     -1.16569     -1.64353      0.56700  

Warning message:
system call failed: Cannot allocate memory 

EnsembleBase documentation built on May 2, 2019, 2:10 p.m.