Title: | Argentina's Public Opinion Toolbox |
---|---|
Description: | A toolbox for working with public opinion data from Argentina. It facilitates access to microdata and the calculation of indicators of the Trust in Government Index (ICG), prepared by the Torcuato Di Tella University. Although we will try to document everything possible in English, by its very nature Spanish will be the main language. El paquete fue pensado como una caja de herramientas para el trabajo con datos de opinión pública de Argentina. El mismo facilita el acceso a los microdatos y el cálculos de indicadores del Índice de Confianza en el Gobierno (ICG), elaborado por la Universidad Torcuato Di Tella. |
Authors: | Camila Higa [aut, cph], Juan Pablo Ruiz Nicolini [aut, cph, cre] |
Maintainer: | Juan Pablo Ruiz Nicolini <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.0.0 |
Built: | 2024-11-03 04:21:13 UTC |
Source: | https://github.com/PoliticaArgentina/opinAr |
Función para computar resultados del ICG (Function to compute ICG results)
compute_icg(data, wave = NULL, segment_by = NULL)
compute_icg(data, wave = NULL, segment_by = NULL)
data |
un tibble guardado como objeto en el enviroment luego de consultar |
wave |
es el número de ola para la que se quiere computar el ICG (number of wave to which compute the ICG). |
segment_by |
parámetro para computar el ICG segmentado por distintas variables (parameter to compute ICG segmented by different variables). |
devuelve un tibble con class "tbl_df","tbl", "data.frame"
con el valor del ICG y de cada una de sus dimensiones por una o más olas y segmentado por las variables deseadas
(returns a tibble with class "tbl_df", "tbl", "data.frame"
with the value of the ICG and the dimensions for one or more waves and segmented by desired variables).
Función que ...
get_icg_raw()
get_icg_raw()
Respecto el origen de los datos se puede consultar la documentación en
https://www.utdt.edu/ver_contenido.php?id_contenido=1351&id_item_menu=2970
.
Devuelve un objeto "tbl_df" "tbl" "data.frame" con los microdatos del ICG....
opinAr
packageCaja de Herramientas para el procesamiento de la base del ICG See the README on Github
Función para explorar la estructura de datos del ICG (Function to explore the ICG data structure)
show_codebook(data = NULL, viewer = FALSE)
show_codebook(data = NULL, viewer = FALSE)
data |
un tibble guardado como objeto en el enviroment luego de consultar |
viewer |
para elegir si la tabla se ve en el visor o se imprime el tibble para ser utilizado (choose to view the table in the viewer or print the tibble to be used). |
Función para obtener la tabla con el libro de códigos (Function to show the codebook table)
Devuelve un objeto "tbl_df" "tbl" "data.frame" con el libro de códigos del ICG o una "sjTable" con el nombre de las variables, las etiquetas, los valores y las etiquetas de los valores (object "tbl_df" "tbl" "data.frame" with the ICG codebook or a "sjTable" with the variables' names, labels, values and value labels)
Función para mostrar las olas, el mes y el año (Function to compute ICG results)
show_waves(data = NULL, viewer = FALSE)
show_waves(data = NULL, viewer = FALSE)
data |
un tibble guardado como objeto en el enviroment luego de consultar |
viewer |
para elegir si la tabla se ve en el visor o se imprime el tibble para ser utilizado (choose to view the table in the viewer or print the tibble to be used). |
devuelve un tibble con class "tbl_df","tbl", "data.frame"
con el número de ola y el mes y año correspondiente
(returns a tibble with class "tbl_df", "tbl", "data.frame"
with the wave number and the corresponding month and year).