powered by
Data for Exercise 2.90
data(Dyslexia)
A data frame with 8 observations on the following 7 variables.
words
a numeric vector
age
gender
a factor with levels f m
f
m
handed
a factor with levels l r
l
r
weight
height
children
# NOT RUN { str(Dyslexia) attach(Dyslexia) plot(weight,height) plot(handed,words) detach(Dyslexia) # }
Run the code above in your browser using DataLab