print.regL1 {diagL1} | R Documentation |
Print an object generated by regL1
## S3 method for class 'regL1'
print(x, ...)
x |
Object returned from regL1 representing the fit of the L1 model. |
... |
Optional arguments. |
No return value, called for side effects.
regL1
for fitting linear L1 models.