Skip to contents

This dataset, Kinder_tbl_df, is a tibble containing data on the reading scores of first grade children who attended kindergarten versus those who did not. The dataset provides insights into the impact of attending kindergarten on early reading abilities, which can help in evaluating the effectiveness of early childhood education programs.

Usage

data(Kinder_tbl_df)

Format

A tibble with 8 observations and 3 variables:

pair

Pair identifier for the group of children (integer).

kinder

Reading score for children who attended kindergarten (integer).

nokinder

Reading score for children who did not attend kindergarten (integer).

Source

The dataset was taken from the BSDA package.

Details

The dataset name has been kept as 'Kinder_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.