Dyslexia {BSDA} | R Documentation |
Data on a group of college students diagnosed with dyslexia
Description
Data for Exercise 2.90
Usage
Dyslexia
Format
A data frame/tibble with eight observations on seven variables
- words
number of words read per minute
- age
age of participant
- gender
a factor with levels
female
andmale
- handed
a factor with levels
left
andright
- weight
weight of participant (in pounds)
- height
height of participant (in inches)
- children
number of children in family
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
plot(height ~ weight, data = Dyslexia)
plot(words ~ factor(handed), data = Dyslexia,
xlab = "hand", col = "lightblue")
[Package BSDA version 1.2.2 Index]