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