| format_sdvar | R Documentation |
Format columns corresponding to std. dev. and/or variance.
format_sdvar(
reStdDev,
use.c = "Std.Dev.",
formatter = format,
digits = max(3, getOption("digits") - 2),
...
)
format_corr(x, maxdim = Inf, digits = 2, maxlen = 10, ...)
get_sd(x, ...)
reStdDev |
a vector of standard deviations. |
use.c |
a character vector indicating which scales to include. |
formatter |
formatting function. |
digits |
digits for format |
... |
additional parameters |
x |
a square numeric matrix |
maxdim |
maximum number of rows/columns to display |
maxlen |
maximum number of rows to display |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.