powered by
Data for Exercise 7.77
Corn
A data frame with 12 observations on the following 3 variables.
New
a numeric vector
Standard
differ
# NOT RUN { str(Corn) attach(Corn) boxplot(differ) qqnorm(differ) qqline(differ) shapiro.test(differ) t.test(New,Standard,paired=TRUE,alternative="greater") detach(Corn) # }
Run the code above in your browser using DataLab