powered by
Data for Exercise 7.80
Vocab
A data frame with 14 observations on the following 2 variables.
First
a numeric vector
Second
# NOT RUN { str(Vocab) attach(Vocab) DIF <- Second - First qqnorm(DIF) qqline(DIF) shapiro.test(DIF) t.test(Second,First,paired=TRUE) detach(Vocab) remove(DIF) # }
Run the code above in your browser using DataLab