Develop_tbl_df | R Documentation |
This dataset, Develop_tbl_df, is a tibble containing demographic data on students enrolled in developmental education programs at 2-year and 4-year colleges. The dataset includes information on the racial background of the students and whether they are enrolled in 2-year or 4-year colleges.
data(Develop_tbl_df)
A tibble with 5656 observations and 2 variables:
Racial background of the student (factor with 5 levels).
Type of college the student is enrolled in (factor with 2 levels: 2-year or 4-year).
The dataset name has been kept as 'Develop_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 "Research in Development Education" (1994), V. 11, 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.