print.inflmlm {mvinfluence} | R 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 |
digits |
Number of digits to print |
FUN |
Function to combine diagnostics when |
... |
passed to |
Value
Invisibly returns the object
Examples
# none
[Package mvinfluence version 0.9.0 Index]