print.inflmlm: Print an inflmlm object

View source: R/print.inflmlm.R

print.inflmlmR Documentation

Print an inflmlm object

Description

Print an inflmlm object

Usage

## S3 method for class 'inflmlm'
print(x, digits = max(3, getOption("digits") - 4), FUN = det, ...)

Arguments

x

An inflmlm object

digits

Number of digits to print

FUN

Function to combine diagnostics when m>1, one of det or tr

...

passed to print()

Value

Invisibly returns the object

Examples

# none


mvinfluence documentation built on Sept. 21, 2022, 9:09 a.m.