glmmTMB
Printing The Variance and Correlation Parameters of a glmmTMB
# S3 method for VarCorr.glmmTMB
print(
x,
digits = max(3, getOption("digits") - 2),
comp = "Std.Dev.",
formatter = format,
...
)
a result of VarCorr(<glmmTMB>)
.
number of significant digits to use.
a string specifying the component to format and print.
a function
.
optional further arguments, passed the next print
method.