actuator | R Documentation |
Small propulsion units, called actuators, are used to maneuver space craft once they are in space. In order to control these motions accurately, the actuator needs to produce a precise amount of force. This data set represents an experiment to understand what factors effect the variability of the force produced by an actuator. The actuator is fired using compressed air, and the factors studied are the actuator used (act), the amount of pressure used (press), the length of the air supply line (line) and the nozzle type (nozzle).
A data frame with 16 observations on the following 6 variables.
actuator used (A1 or A2)
amount of pressure used (30psi or 100psi)
length of the air supply line (20ft or 40ft)
nozzle type (rightang or straight)
force produced
experimental order
bplot(actuator$force,by=actuator$act) lplot(actuator$act,actuator$force,actuator$press) anova( lm(force ~ (act+press+nozzle+line)^2, data=actuator) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.