-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
further improvement of select and latin1 strings
- Loading branch information
1 parent
88ab6ae
commit 41ff4f1
Showing
18 changed files
with
80 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#' Diccionario de regiones segun diseño de registro de la EPH | ||
#' Diccionario de regiones segun diseno de registro de la EPH | ||
#' | ||
#' @format Un data frame con 6 filas y 2 variables | ||
#' | ||
#' \describe{ | ||
#' \item{codigo}{Codigo de region} | ||
#' \item{region}{Nombre de región} | ||
#' \item{region}{Nombre de region} | ||
#' | ||
#' } | ||
"diccionario_regiones" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
#' @title Tabla con los errores muestrales para estimaciones de población | ||
#' @description Base con los errores muestrales para estimaciones de población en los aglomerados urbanos | ||
#' para la EPH continua desde 2003 segundo trimestre según documentación de INDEC: | ||
#' @title Tabla con los errores muestrales para estimaciones de poblacion | ||
#' @description Base con los errores muestrales para estimaciones de poblacion en los aglomerados urbanos | ||
#' para la EPH continua desde 2003 segundo trimestre segun documentacion de INDEC: | ||
#' https://www.indec.gob.ar/ftp/cuadros/menusuperior/eph/EPH_errores_muestreo_3t2014.pdf | ||
#' https://www.indec.gob.ar/ftp/cuadros/menusuperior/eph/EPH_errores_muestreo.pdf | ||
#' @format Un data frame con 1687 filas y 5 variables: | ||
#' \describe{ | ||
#' \item{\code{codigo}}{character ---String con código numérico de los 31 aglomerados, "Gran Buenos Aires" | ||
#' (sólo para 2003.03 a 2014.02), o con "Total" para el conjunto de los 31 aglomerados---} | ||
#' \item{\code{codigo}}{character ---String con codigo numerico de los 31 aglomerados, "Gran Buenos Aires" | ||
#' (solo para 2003.03 a 2014.02), o con "Total" para el conjunto de los 31 aglomerados---} | ||
#' \item{\code{aglomerado}}{character ---String con el nombre del aglomerado---} | ||
#' \item{\code{periodo}}{character ---String indicando el periodo de EPH que corresponde, "2014.03" | ||
#' para datos de EPH a partir del tercer trimestre 2014, o "2003.03_2014.02" para datos anteriores---} | ||
#' \item{\code{x}}{double ---Estimación de población para la cual se desea conocer el error muestral---} | ||
#' \item{\code{ds}}{double ---Desvío Estándar correspondiente a la estimación de población en el aglomerado---} | ||
#' \item{\code{cv}}{double ---Coeficiente de Variación correspondiente a la estimación de población en el aglomerado---} | ||
#' \item{\code{x}}{double ---Estimacion de poblacion para la cual se desea conocer el error muestral---} | ||
#' \item{\code{ds}}{double ---Desvio Estandar correspondiente a la estimacion de poblacion en el aglomerado---} | ||
#' \item{\code{cv}}{double ---Coeficiente de Variacion correspondiente a la estimacion de poblacion en el aglomerado---} | ||
#' } | ||
|
||
"errores_muestrales" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.