powered by
Vocab
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