| school_levels_df | R Documentation |
This dataset, school_levels_df, is a data frame containing a contingency table that classifies schools in Colombia by department and level of performance of their students. The dataset summarizes counts of schools across different performance categories in three main subjects: communication, mathematics, and science.
data(school_levels_df)
A data frame with 29 observations and 12 variables:
Number of schools with communication results at the inferior level (numeric)
Number of schools with communication results at the low level (numeric)
Number of schools with communication results at the medium level (numeric)
Number of schools with communication results at the high level (numeric)
Number of schools with mathematics results at the inferior level (numeric)
Number of schools with mathematics results at the low level (numeric)
Number of schools with mathematics results at the medium level (numeric)
Number of schools with mathematics results at the high level (numeric)
Number of schools with science results at the inferior level (numeric)
Number of schools with science results at the low level (numeric)
Number of schools with science results at the medium level (numeric)
Number of schools with science results at the high level (numeric)
The dataset name has been kept as 'school_levels_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ColombiAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.
Data taken from the FactoClass package version 1.2.9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.