create_prop_internal {calidad} | R Documentation |
internal function to calculate proportion estimations
Description
internal function to calculate proportion estimations
Usage
create_prop_internal(
var,
domains = NULL,
subpop = NULL,
disenio,
ci = FALSE,
deff = FALSE,
ess = FALSE,
ajuste_ene = FALSE,
rel_error = FALSE,
log_cv = FALSE,
unweighted = FALSE,
standard_eval = TRUE,
rm.na = FALSE,
env = parent.frame()
)
Arguments
var |
integer dummy variable within the |
domains |
domains to be estimated separated by the + character. |
subpop |
integer dummy variable to filter the dataframe |
disenio |
complex design created by |
ci |
|
deff |
|
ess |
|
ajuste_ene |
|
rel_error |
|
log_cv |
|
unweighted |
|
standard_eval |
|
rm.na |
|
env |
parent environment to get some variables |
Value
dataframe
that contains the inputs and all domains to be evaluated