Description Usage Arguments Value Examples
evaluate_tot
evaluates the quality of total estimations using the
methodology created by INE Chile, which considers sample size, degrees of freedom and
the coefficient of variation.
1 | evaluate_tot(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 | library(survey)
dc <- svydesign(ids = ~varunit, strata = ~varstrat, data = epf_personas, weights = ~fe)
evaluate_tot(create_tot(ocupado, dominios = zona+sexo, disenio = dc))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.