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.
Usage
data(Mathpro_tbl_df)
Format
A tibble with 51 observations and 4 variables:
- state
Name of the state (character).
- sat_math
Average SAT math score for the state (integer).
- profic
Math proficiency percentage for the state (numeric).
- group
Group classification for the state (integer).
Details
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.