print.LR {LorenzRegression}R Documentation

Printing method for the Lorenz regression

Description

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

Usage

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

Arguments

x

An object of class "LR".

digits

The number of significant digits to be passed.

...

Additional arguments.

Value

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

See Also

Lorenz.Reg

Examples

## For examples see example(Lorenz.Reg)


[Package LorenzRegression version 2.2.0 Index]