jet | 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.
actuator used (A1 or A2)
amount of pressure used (30psi or 100psi)
force produced
experimental order
bplot(jet$force,by=jet$act) mplot(jet$force,jet$act,jet$press,both=TRUE) anova( lm(force ~ act+press+act:press, data=jet) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.