absenteeism_tbl_df | R Documentation |
This dataset, absenteeism_tbl_df, is a tibble containing information about absenteeism from school and certain demographic characteristics of children in rural New South Wales, Australia. The dataset includes data from 146 randomly sampled students during a particular school year, providing insights into the relationships between absenteeism and variables such as ethnicity, sex, age group, and learning categories.
data(absenteeism_tbl_df)
A tibble with 146 observations and 5 variables:
Ethnicity of the student (factor with 2 levels).
Sex of the student (factor with 2 levels).
Age group of the student (factor with 4 levels).
Learning category of the student, e.g., slow learner or not (factor with 2 levels).
Number of days the student was absent from school (integer).
The dataset name has been kept as 'absenteeism_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.
Data collected from a study in rural New South Wales, Australia.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.