Dyslexia {BSDA} | R Documentation |
Data for Exercise 2.90
Dyslexia
A data frame with 8 observations on the following 7 variables.
words
age
gender
f
m
handed
l
r
weight
height
children
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Dyslexia) attach(Dyslexia) plot(weight,height) plot(handed,words) detach(Dyslexia)