Description Usage Arguments Value Examples
View source: R/revision_calidad.R
evaluar_calidad_media
evauates the quality of mean estimation using the
methodology created by INE Chile, which considers sample size, degrees of freedom and
coeficient of variation.
1 | evaluate_mean(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 | dc <- survey::svydesign(ids = ~varunit, strata = ~varstrat, data = epf_personas, weights = ~fe)
evaluate_mean(create_mean(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.