Dyslexia: Data on College Students Diagnosed with Dyslexia
Source:R/data-documentation.R
Dyslexia_tbl_df.Rd
This dataset, Dyslexia_tbl_df, is a tibble containing data on a group of college students diagnosed with dyslexia. The dataset includes various personal characteristics such as age, gender, handedness, weight, height, and number of children, along with the number of words they were able to read correctly.
Usage
data(Dyslexia_tbl_df)
Format
A tibble with 8 observations and 7 variables:
- words
Number of words read correctly (integer).
- age
Age of the student (integer).
- gender
Gender of the student (character).
- handed
Handedness of the student (character).
- weight
Weight of the student (integer).
- height
Height of the student (integer).
- children
Number of children the student has (integer).
Details
The dataset name has been kept as 'Dyslexia_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the educationR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.