powered by
Data for Example 7.18
Lowabil
A data frame with 12 observations on the following 3 variables.
Pair
a numeric vector
Experimt
Control
# NOT RUN { str(Lowabil) attach(Lowabil) DIF <- Experimt - Control qqnorm(DIF) qqline(DIF) shapiro.test(DIF) t.test(Experimt,Control,paired=TRUE) detach(Lowabil) remove(DIF) # }
Run the code above in your browser using DataLab