| Dyslexia {BSDA} | R Documentation |
Data for Exercise 2.90
Dyslexia
A data frame with 8 observations on the following 7 variables.
wordsagegenderf mhandedl rweightheightchildrenKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Dyslexia) attach(Dyslexia) plot(weight,height) plot(handed,words) detach(Dyslexia)