Learn R Programming

LorenzRegression (version 2.2.0)

print.PLR: Printing method for the penalized Lorenz regression

Description

Prints the arguments, explained Gini coefficient and estimated coefficients of an object of class "PLR".

Usage

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

Value

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

Arguments

x

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

digits

The number of significant digits to be passed.

...

Additional arguments.

Details

The explained Gini coefficient and estimated coefficients are returned for each available selection method, depending on the class of x.

See Also

Lorenz.Reg

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