print.VarCorr.glmmTMB {glmmTMB}R Documentation

Printing The Variance and Correlation Parameters of a glmmTMB

Description

Printing The Variance and Correlation Parameters of a glmmTMB

Usage

## S3 method for class 'VarCorr.glmmTMB'
print(
  x,
  digits = max(3, getOption("digits") - 2),
  comp = "Std.Dev.",
  formatter = format,
  ...
)

Arguments

x

a result of VarCorr(<glmmTMB>).

digits

number of significant digits to use.

comp

a string specifying the component to format and print.

formatter

a function.

...

optional further arguments, passed the next print method.


[Package glmmTMB version 1.1.9 Index]