Detroit_tbl_df | R Documentation |
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.
data(Detroit_tbl_df)
A tibble with 40 observations and 1 variable:
Educational level of the auto worker (integer).
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.
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.