print.summary.PLR {LorenzRegression}R Documentation

Printing method for the summary of a penalized Lorenz regression

Description

Provides a printing method for an object of class "summary.PLR".

Usage

## S3 method for class 'summary.PLR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of class "summary.PLR". The object might also have S3 class "summary.PLR_boot" and/or "summary.PLR_cv" (both inherit from class "summary.LR")

digits

Number of significant digits to be passed.

...

Additional arguments passed to the function print.

Value

No return value, called for printing an object of class "summary.PLR" to the console.

See Also

summary.PLR

Examples

## For examples see example(Lorenz.Reg), example(Lorenz.boot) and example(PLR.CV)


[Package LorenzRegression version 2.1.0 Index]