Pearson {BSDA} | R Documentation |
Data for Exercise 2.20
Pearson
A data frame with 11 observations on the following 2 variables.
brother
sister
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Pearson) attach(Pearson) plot(brother,sister) cor(brother,sister) detach(Pearson)