Learn R Programming

Rlab (version 1.1)

jet: Jet (actuator) force experiment

Description

This data set is a subset of the actuator data set without the line or nozzle factors.

Arguments

Examples

Run this code
bplot(jet$force,by=jet$act)
mplot(jet$force,jet$act,jet$press,both=TRUE)
anova( lm(force ~ act+press+act:press, data=jet) )

Run the code above in your browser using DataLab