This dataset, Lowabil_tbl_df, is a tibble containing data on the reading skills of 24 students with low abilities, who were matched based on certain characteristics. The dataset compares the performance of the students in two different groups: the experimental group and the control group. This can be used to evaluate the effectiveness of an intervention or treatment in improving reading skills.
Usage
data(Lowabil_tbl_df)
Format
A tibble with 12 observations and 3 variables:
- pair
Pair identifier for the matched students (integer).
- experiment
Reading score for students in the experimental group (integer).
- control
Reading score for students in the control group (integer).
Details
The dataset name has been kept as 'Lowabil_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.