jet {Rlab} | R Documentation |
This data set is a subset of the actuator
data set
without the line
or nozzle
factors.
A data frame with 16 observations on the following 4 variables.
bplot(jet$force,by=jet$act) mplot(jet$force,jet$act,jet$press,both=TRUE) anova( lm(force ~ act+press+act:press, data=jet) )