print.inflmlm: Print an inflmlm object
Description
Print an inflmlm object
Usage
# S3 method for inflmlm
print(x, digits = max(3, getOption("digits") - 4), FUN = det, ...)Value
Invisibly returns the object
Arguments
- x
- An - inflmlmobject
 
- digits
- Number of digits to print 
- FUN
- Function to combine diagnostics when - m>1, one of- detor- tr
 
- ...
- passed to - print()