This dataset, Devmath_tbl_df, is a tibble containing test scores for students who failed developmental mathematics in the fall semester of 1995. The dataset includes the scores of these students as part of a simulated study.
Usage
data(Devmath_tbl_df)
Format
A tibble with 40 observations and 1 variable:
- score
Test scores of students who failed developmental mathematics (integer).
Details
The dataset name has been kept as 'Devmath_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.