enrolled_school.Rd
This function allows you to calculate the people enrolled in school
enrolled_school(
data = ech::toy_ech_2018,
e27 = "e27",
e193 = "e193",
e197 = "e197",
e201 = "e201",
e212 = "e212",
e215 = "e215",
e218 = "e218",
e221 = "e221",
e224 = "e224"
)
data.frame with necessary variables Defaults to ech.
Variable name of age
Variable name of attendance school
Variable name of attendance primary
Variable name of attendance secondary
Variable name of attendance technical school (non-university)
Variable name of attendance magisterio
Variable name of attendance university
Variable name of attendance tertiary
Variable name of attendance postgrade
data.frame
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other education:
level_completion()
,
level_education()
,
organize_educ()
,
years_of_schooling()
# \donttest{
toy_ech_2018 <- enrolled_school(data = ech::toy_ech_2018)
#> A variable has been created:
#> school_enrollment (matriculacion escolar)
# }