powered by
Data for Exercise 7.62
Darwin
A data frame with 30 observations on the following 7 variables.
pot
a numeric vector
cross
self
height
method
differ
sgnrnks
# NOT RUN { str(Darwin) attach(Darwin) qqnorm(differ) qqline(differ) shapiro.test(differ) wilcox.test(cross,self,paired=TRUE) detach(Darwin) # }
Run the code above in your browser using DataLab