Learn R Programming

ech (version 0.1.3)

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

Value

data.frame

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.

See Also

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

Examples

Run this code
# \donttest{
toy_ech_2018 <- enrolled_school(data = ech::toy_ech_2018)
# }

Run the code above in your browser using DataLab