formatVC {glmmTMB} | R Documentation |
Format the 'VarCorr' Matrix of Random Effects
Description
"format()" the 'VarCorr' matrix of the random effects – for print()ing and show()ing
Usage
formatVC(
varcor,
digits = max(3, getOption("digits") - 2),
comp = "Std.Dev.",
formatter = format,
useScale = attr(varcor, "useSc"),
...
)
Arguments
varcor |
a |
digits |
the number of significant digits. |
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 |
Value
a character matrix of formatted VarCorr entries from varc
.
[Package glmmTMB version 1.1.9 Index]