View source: R/create_internal.R
get_survey_table | R Documentation |
Generates a table with estimates for a given aggregation
get_survey_table(
var,
domains,
complex_design,
estimation = "mean",
env = parent.frame(),
fun,
denom = NULL,
type_est = "all"
)
var |
|
domains |
|
complex_design |
design from |
estimation |
|
env |
parent environment |
fun |
function required regarding the estimation |
denom |
denominator. This parameter works for the ratio estimation |
type_est |
type of estimation: all or size |
dataframe
containing main results from survey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.