print.isniglm {isni}R Documentation

Function to print the isniglm object.

Description

print method for class isniglm

Usage

## S3 method for class 'isniglm'
print(x, digits = max(3, getOption("digits") - 2), ...)

Arguments

x

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 prints the model call, isni and c statistics from the isniglm object.


[Package isni version 1.3 Index]