View source: R/evaluate_external.R
assess | R Documentation |
assess
evaluates the quality of mean estimations using the
methodology created by INE Chile, which considers sample size, degrees of freedom, and
coefficient of variation.
assess(
table,
publish = FALSE,
scheme = c("chile", "eclac_2020", "eclac_2023", "chile_economics"),
domain_info = FALSE,
low_df_justified = FALSE,
table_n_obj = NULL,
ratio_between_0_1 = TRUE,
...
)
table |
|
publish |
|
scheme |
|
domain_info |
Logical. If |
low_df_justified |
Logical. If |
table_n_obj |
Default |
ratio_between_0_1 |
|
... |
additional parameters for the evaluation. The complete list of parameters is: 1. General Parameters
2. chile Parameters
3. CEPAL 2020 Parameters
4. CEPAL 2023 Parameters
5. Chile Economic Survey Standard Parameters
|
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.
dc <- survey::svydesign(ids = ~varunit, strata = ~varstrat, data = epf_personas, weights = ~fe)
assess(create_mean("gastot_hd", domains = "zona+sexo", design = dc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.