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