Mathpro_tbl_df | R Documentation |
This dataset, Mathpro_tbl_df, is a tibble containing information on math proficiency percentages, SAT math scores, and group classifications for 51 states in the United States. The dataset provides insights into how math proficiency and SAT scores vary by state, allowing for comparative analysis and exploration of regional trends in mathematics education.
data(Mathpro_tbl_df)
A tibble with 51 observations and 4 variables:
Name of the state (character).
Average SAT math score for the state (integer).
Math proficiency percentage for the state (numeric).
Group classification for the state (integer).
The dataset name has been kept as 'Mathpro_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.