Description Usage Arguments Value
View source: R/compute_quant.R
compute_stats
is a function for computing the mean, SD, and N
for a numeric variable. Designed to be passed as the quant_func
argument to survey_table
.
1 | compute_quant(x, digits = 3, labels = NULL, ...)
|
x |
a numeric vector. |
labels |
a vector of character strings containing the labels for
the statistics computed on |
a numeric vector containing the computed statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.