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

View source: R/regL1.R

print.summary.regL1R Documentation

Print Linear L1 Regression Summary Object

Description

Print summary of linear L1 regression object.

Usage

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

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.

Value

No return value, called for side effects.


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