powered by
The p5.12 data frame has 27 observations on 9 variables.
p5.12
data(p5.12)
This data frame contains the following columns:
a numeric vector
response 1
response 2
response 3
data(p5.11) attach(p5.11) ybar.i <- apply(p5.11[,5:7], 1, mean) sd.i <- apply(p5.11[,5:7], 1, sd) y.lm <- lm(ybar.i ~ x1 + x2 + x3 + x4) plot(y.lm, which=1) detach(p5.11)
Run the code above in your browser using DataLab