This dataframe includes students and classes counts for the schools from four regions: Molise, Campania, Apulia and Basilicata.
The whole dataset can be retrieved with the command Get_nstud(2023, filename = "ALUCORSOINDCLASTA")
example_input_nstud23
## `example_input_nstud23` A data frame with 21208 rows and 7 columns:
Year
Numeric; the school year.
School_code
Character; the school ID.
Order
Character; the school order, either primary, middle or high school.
Grade
Numeric; the school grade.
Classes
Numeric; the count of classes of a given grade in each school
Male_students
Numeric; the count of male students in all classes of a given educational grade in each school
Female_students
Numeric; the count of female students in all classes of a given educational grade in each school
Get_nstud