print.regL1 {diagL1} | R Documentation |
Print an regL1 object
Description
Print an object generated by regL1
Usage
## S3 method for class 'regL1'
print(x, ...)
Arguments
x |
Object returned from regL1 representing the fit of the L1 model. |
... |
Optional arguments. |
Value
No return value, called for side effects.
See Also
regL1
for fitting linear L1 models.
[Package diagL1 version 1.0.0 Index]