get_estimation_median | R Documentation |
This function allows you to estimate median variable at universe level.
get_estimation_median(
data = ech::toy_ech_2018,
variable = NULL,
by.x = NULL,
by.y = NULL,
domain = NULL,
level = NULL,
ids = NULL,
numero = "numero",
estrato = NULL,
pesoano = "pesoano",
name = "estimacion"
)
data |
data frame with ECH microdata |
variable |
data frame column to estimate |
by.x |
data frame column |
by.y |
data frame column |
domain |
subpopulation reference setted as character expresion of logical evaluation |
level |
is household ("h") or individual ("i"). |
ids |
ids |
numero |
household id |
estrato |
strata |
pesoano |
weights |
name |
name for the estimation new column |
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
table
Other estimation:
get_estimation_gini()
,
get_estimation_gpg()
,
get_estimation_mean()
,
get_estimation_qsr()
,
get_estimation_ratio()
,
get_estimation_total()
,
set_design()
get_estimation_median(data = ech::toy_ech_2018, variable = "ht11", by.x = "dpto", level = "h")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.