level_education.Rd
This function allows you to calculate the highest level of education achieved
level_education(
data = ech::toy_ech_2018,
e51_2 = "e51_2",
e51_3 = "e51_3",
e51_4 = "e51_4",
e51_5 = "e51_5",
e51_6 = "e51_6",
e51_7 = "e51_7",
e51_7_1 = "e51_7_1",
e51_8 = "e51_8",
e51_9 = "e51_9",
e51_10 = "e51_10",
e51_11 = "e51_11",
e193 = "e193",
e49 = "e49"
)
data.frame
Variable name of years passed in primary
Variable name of years passed in special primary
Variable name of years passed in lower secondary
Variable name of years passed in upper secondary
Variable name of years passed in technical upper secondary
Variable name of years passed in technical school
Variable name of technical school requirements
Variable name of years passed in magisterio/profesorado
Variable name of years passed in university or similar
Variable name of years passed in tertiary (non-university)
Variable name of years passed in postgrade
Variable name of attendance school
Variable name of attendance school ever
data.frame
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
Other education:
enrolled_school()
,
level_completion()
,
organize_educ()
,
years_of_schooling()
# \donttest{
toy_ech_2018 <- level_education(data = ech::toy_ech_2018)
#> A variable has been created:
#> highest level_education achieved (maximo nivel educativo alcanzado)
# }