Skip to contents

This dataset, Music_tbl_df, is a tibble containing improvement scores for identical twins taught music recognition using two different techniques. Each pair of twins was taught using both methods, and the differences in their improvement scores were recorded.

Usage

data(Music_tbl_df)

Format

A tibble with 12 observations and 3 variables:

method1

Improvement scores using the first music recognition technique (integer).

method2

Improvement scores using the second music recognition technique (integer).

differ

Difference in improvement scores between the two methods (integer).

Source

The dataset was taken from the BSDA package.

Details

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