This dataset, Detroit_tbl_df, is a tibble containing data on the educational levels of a sample of 40 auto workers in Detroit. The dataset includes information on the highest level of education attained by each worker.
Usage
data(Detroit_tbl_df)
Format
A tibble with 40 observations and 1 variable:
- educ
Educational level of the auto worker (integer).
Details
The dataset name has been kept as 'Detroit_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.