View source: R/create_internal.R
create_prop_internal | R Documentation |
internal function to calculate proportion estimations
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(),
ci_logit = FALSE
)
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 |
ci_logit |
|
dataframe
that contains the inputs and all domains to be evaluated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.