summary.isniglm {isni} | R Documentation |
Function to print out a summary of isniglm object in a matrix form.
Description
Function to print out a summary of isniglm object in a matrix form.
Usage
## S3 method for class 'isniglm'
summary(object, digits = max(3, getOption("digits") -
2), ...)
Arguments
object |
the isniglm object obtained from the isniglm function |
digits |
the number of significant digits to use when printing |
... |
further arguments passed to or from other methods. |
Value
The function summarizes the MAR coefficient estimates, standard errors, isni and c statistics from the isniglm object as a matrix form.
[Package isni version 1.3 Index]