powered by
Data for Exercise 7.57
Habits
A data frame with 11 observations on the following 4 variables.
A
a numeric vector
B
differ
signrks
# NOT RUN { str(Habits) attach(Habits) qqnorm(differ) qqline(differ) shapiro.test(differ) t.test(B,A,paired=TRUE,alternative="less") wilcox.test(B,A,paired=TRUE,alternative="less") detach(Habits) # }
Run the code above in your browser using DataLab