
Last chance! 50% off unlimited learning
Sale ends in
data(rocket)
y
batch
op
treat
A
B
C
D
E
data(rocket)
matrix(rocket$treat,nrow=5)
par(mfrow=c(1,3))
plot(y~factor(op)+factor(batch)+treat,rocket)
rocket_aov <- aov(y~factor(op)+factor(batch)+treat,rocket)
Run the code above in your browser using DataLab