enrolled_school {ech}R Documentation

This function allows you to calculate the people enrolled in school

Description

This function allows you to calculate the people enrolled in school

Usage

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"
)

Arguments

data

data.frame with necessary variables Defaults to ech.

e27

Variable name of age

e193

Variable name of attendance school

e197

Variable name of attendance primary

e201

Variable name of attendance secondary

e212

Variable name of attendance technical school (non-university)

e215

Variable name of attendance magisterio

e218

Variable name of attendance university

e221

Variable name of attendance tertiary

e224

Variable name of attendance postgrade

Details

Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.

Value

data.frame

See Also

Other education: level_completion(), level_education(), organize_educ(), years_of_schooling()

Examples


toy_ech_2018 <- enrolled_school(data = ech::toy_ech_2018)


[Package ech version 0.1.3 Index]