Dyslexia_tbl_df | R Documentation |
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.
data(Dyslexia_tbl_df)
A tibble with 8 observations and 7 variables:
Number of words read correctly (integer).
Age of the student (integer).
Gender of the student (character).
Handedness of the student (character).
Weight of the student (integer).
Height of the student (integer).
Number of children the student has (integer).
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.
The dataset was taken from the BSDA package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.