print.summary.regL1 {diagL1} | R Documentation |
Print Linear L1 Regression Summary Object
Description
Print summary of linear L1 regression object.
Usage
## S3 method for class 'summary.regL1'
print(x, digits = max(5, .Options$digits - 2), ...)
Arguments
x |
This is an object of class " |
digits |
Significant digits reported in the printed table. |
... |
Optional arguments. |
Value
No return value, called for side effects.
[Package diagL1 version 1.0.0 Index]