| formatVC | R Documentation |
"format()" the VarCorr matrix of the random effects – for
print()ing and show()ing
formatVC(
varcor,
digits = max(3, getOption("digits") - 2),
corr_digits = max(2, digits - 2),
maxdim = 10,
comp = "Std.Dev.",
formatter = format,
useScale = attr(varcor, "useSc"),
...
)
varcor |
a |
digits |
the number of significant digits for standard deviations and variances. |
corr_digits |
the number of significant digits for correlations. |
maxdim |
maximum dimensions (numbers of standard deviations/variances and number of rows of correlation matrices) to report per random effects term. |
comp |
character vector of length one or two indicating which columns out of "Variance" and "Std.Dev." should be shown in the formatted output. |
formatter |
the |
useScale |
whether to report a scale parameter (e.g. residual standard deviation). |
... |
optional arguments for |
a character matrix of formatted VarCorr entries from varcor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.