print.VarCorr.glmmTMB | R Documentation |
glmmTMB
Printing The Variance and Correlation Parameters of a glmmTMB
## S3 method for class 'VarCorr.glmmTMB'
print(
x,
digits = max(3, getOption("digits") - 2),
comp = "Std.Dev.",
formatter = format,
...
)
x |
a result of |
digits |
number of significant digits to use. |
comp |
a string specifying the component to format and print. |
formatter |
a |
... |
optional further arguments, passed the next |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.