Lowabil_tbl_df | R Documentation |
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.
data(Lowabil_tbl_df)
A tibble with 12 observations and 3 variables:
Pair identifier for the matched students (integer).
Reading score for students in the experimental group (integer).
Reading score for students in the control group (integer).
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.
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.