level_completion.Rd
This function allows you to calculate the level of school completion
level_completion(
data = ech::toy_ech_2018,
e197 = "e197",
e197_1 = "e197_1",
e201 = "e201",
e51_4 = "e51_4",
e51_5 = "e51_5",
e51_6 = "e51_6",
e51_7_1 = "e51_7_1",
e51_7 = "e51_7",
e51_8 = "e51_8",
e51_9 = "e51_9",
e51_10 = "e51_10",
e212 = "e212",
e215 = "e215",
e218 = "e218",
e221 = "e221",
n = 4
)
data.frame
Variable name of attends primary school
Variable name of completed primary
Variable name of attends secondary
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 technical education requirements
Variable name of years passed in technical education
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 attendance technical school (non-university)
Variable name of attendance magisterio
Variable name of attendance university
Variable name of attendance tertiary
years of tertiary
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_education()
,
organize_educ()
,
years_of_schooling()
# \donttest{
toy_ech_2018 <- level_completion(data = ech::toy_ech_2018)
#> Variables have been created:
#> primary_completion (primaria completa);
#> lower_secondary_completion (ciclo basico completo) &
#> upper_secondary_completion (bachillerato completo) &
#> tertiary_completion (terciaria completa)
# }