Skip to contents

This dataset, Miller_scores_tbl_df, is a tibble containing the Miller Personality Test scores for 25 college students applying for graduate school. This dataset allows for an exploration of personality traits and their potential correlation with academic or professional success.

Usage

data(Miller_scores_tbl_df)

Format

A tibble with 25 observations and 1 variable:

miller

Miller Personality Test score for a student (integer).

Source

The dataset was taken from the BSDA package.

Details

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