print.isniglmm {isni} | R Documentation |
Function to print the isniglmm object.
Description
print
method for class isniglmm
Usage
## S3 method for class 'isniglmm'
print(x, digits = max(3, getOption("digits") - 2),
...)
Arguments
x |
the isniglmm object obtained from the isniglmm function |
digits |
the number of significant digits to use when printing |
... |
further arguments passed to or from other methods. |
Value
The function print.isnilmm prints the model call, isni and c statistics from the isniglmm object.
[Package isni version 1.3 Index]