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