jet {Rlab} | R Documentation |
Jet (actuator) force experiment
Description
This data set is a subset of the actuator
data set
without the line
or nozzle
factors.
Format
A data frame with 16 observations on the following 4 variables.
- act
actuator used (A1 or A2)
- press
amount of pressure used (30psi or 100psi)
- force
force produced
- order
experimental order
Examples
bplot(jet$force,by=jet$act)
mplot(jet$force,jet$act,jet$press,both=TRUE)
anova( lm(force ~ act+press+act:press, data=jet) )
[Package Rlab version 4.0 Index]