ftc_alfabetizacion | R Documentation |
ftc_alfabetizacion(tbl, min_edad = 0, max_edad = Inf)
ftc_compute_alfabetizacion(tbl, min_edad = 0, max_edad = Inf)
tbl |
data.frame: Conexión a base de datos o data.frame. |
min_edad |
numeric: edad mínima del grupo para el que se quiere calcular la alfabetización |
max_edad |
numeric: edad máxima del grupo para el que se quiere calcular la alfabetización |
Calcula la alfabetización de la población con edades
comprendidas entre min_edad
y max_edad
.
el data.frame del input tbl
con la variable alfabetizacion
agregada
## Not run:
encft <- ftc_alfabetizacion(encft)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.