| admitted_students_df | R Documentation |
This dataset, admitted_students_df, is a data frame containing the admission scores and socio-demographic information of 445 students admitted to the seven careers of the Facultad de Ciencias at the Universidad Nacional de Colombia, Bogotá, for the first semester of 2013. It includes exam component scores, gender, socio-economic background, and other demographic attributes.
data(admitted_students_df)
A data frame with 445 observations and 15 variables:
Career or program admitted to (factor with 7 levels)
Mathematics exam score (numeric)
Science exam score (numeric)
Social sciences exam score (numeric)
Textual reasoning exam score (numeric)
Abstract/imagery reasoning exam score (numeric)
Total exam score (numeric)
Gender of the student (factor with 2 levels)
Socio-economic stratum (factor with 3 levels)
Origin or background classification (factor with 3 levels)
Age group (factor with 4 levels)
Mother tongue indicator (factor with 2 levels)
Maternal education indicator (factor with 2 levels)
Admission stratum or classification (factor with 7 levels)
Age of the student in years (numeric)
The dataset name has been kept as 'admitted_students_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.