Learn R Programming

diagL1 (version 1.0.0)

print.summary.regL1: Print Linear L1 Regression Summary Object

Description

Print summary of linear L1 regression object.

Usage

# S3 method for summary.regL1
print(x, digits = max(5, .Options$digits - 2), ...)

Value

No return value, called for side effects.

Arguments

x

This is an object of class "summary.regL1" produced by a call to summary.regL1().

digits

Significant digits reported in the printed table.

...

Optional arguments.