print.summary.forwardSearch_regL1: Print Forward Search in Linear L1 Model Summary Object

View source: R/fwd_regL1_methods.R

print.summary.forwardSearch_regL1R Documentation

Print Forward Search in Linear L1 Model Summary Object

Description

Print summary of forward search in linear L1 model object.

Usage

## S3 method for class 'summary.forwardSearch_regL1'
print(x, digits = 4, ...)

Arguments

x

This is an object of class "summary" 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.

See Also

forwardSearch_regL1 for apply forward search in linear L1 regression model.

Examples


# applies the forward search approach to robust analysis in a linear L1 model
mod = forwardSearch_regL1(Concentration ~ Age, data = bile)
summary(mod)


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