View source: R/analyze_variables.R
control_analyze_vars | R Documentation |
Sets a list of parameters for summaries of descriptive statistics. Typically used internally to specify
details for s_summary()
. This function family is mainly used by analyze_vars()
.
control_analyze_vars(
conf_level = 0.95,
quantiles = c(0.25, 0.75),
quantile_type = 2,
test_mean = 0
)
conf_level |
( |
quantiles |
( |
quantile_type |
( |
test_mean |
( |
A list of components with the same names as the arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.