Learn R Programming

diagL1 (version 1.0.0)

print.regL1: Print an regL1 object

Description

Print an object generated by regL1

Usage

# S3 method for regL1
print(x, ...)

Value

No return value, called for side effects.

Arguments

x

Object returned from regL1 representing the fit of the L1 model.

...

Optional arguments.

See Also

regL1 for fitting linear L1 models.