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