print.regL1: Print an regL1 object

View source: R/regL1.R

print.regL1R 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.


diagL1 documentation built on May 29, 2024, 10:56 a.m.

Related to print.regL1 in diagL1...