Learn R Programming

LorenzRegression (version 2.2.0)

print.summary.PLR: 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 summary.PLR
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Value

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

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.

See Also

summary.PLR

Examples

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

Run the code above in your browser using DataLab