Description Usage Arguments Value Examples
evaluate_tot_con
evaluates the quality of total estimations for continuous variables
using the methodology created by INE Chile, which considers sample size, degrees of freedom and
the coefficient of variation.
1 | evaluate_tot_con(tabulado, condicion = NULL, publicar = FALSE)
|
tabulado |
|
condicion |
|
publicar |
|
dataframe
with all the columns included in the input table, plus a new column
containing a label indicating the evaluation of each estimation: reliable, bit reliable or unreliable
1 2 3 4 5 6 7 | library(dplyr)
hogar <- epf_personas %>%
group_by(folio) %>%
slice(1)
dc <- survey::svydesign(ids = ~varunit, strata = ~varstrat, data = hogar, weights = ~fe)
evaluate_tot_con(create_tot_con(gastot_hd, dominios = zona+sexo, disenio = dc))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.