Dyslexia | R Documentation |
Data for Exercise 2.90
Dyslexia
A data frame/tibble with eight observations on seven variables
number of words read per minute
age of participant
a factor with levels female
and
male
a factor with levels left
and right
weight of participant (in pounds)
height of participant (in inches)
number of children in family
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
plot(height ~ weight, data = Dyslexia)
plot(words ~ factor(handed), data = Dyslexia,
xlab = "hand", col = "lightblue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.