Bigten_tbl_df | R Documentation |
This dataset, Bigten_tbl_df, is a tibble containing information about the graduation rates of student athletes and nonathletes in the Big Ten Conference. The dataset includes data from two academic years, showing the graduation rates by school and athlete status (athletes vs nonathletes).
data(Bigten_tbl_df)
A tibble with 44 observations and 4 variables:
Name of the school (character).
Year of the data (factor with 2 levels).
Graduation rate percentage (integer).
Athlete status (character, either 'Athlete' or 'Nonathlete').
The dataset name has been kept as 'Bigten_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.
NCAA Graduation Rates Report, 2000.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.