summary.LR {LorenzRegression}R Documentation

Summary for the Lorenz Regression

Description

summary.LR provides a summary for an object of class LR.

Usage

## S3 method for class 'LR'
summary(object, ...)

Arguments

object

Output of a call to Lorenz.Reg, where penalty=="none".

...

Additional arguments

Value

A summary displaying the explained Gini coefficient, Lorenz-R^2 and a table gathering the estimated coefficients, including p-values if bootstrap was performed.

See Also

Lorenz.Reg

Examples

data(Data.Incomes)
NPLR <- Lorenz.Reg(Income ~ ., data = Data.Incomes, penalty = "none")
summary(NPLR)


[Package LorenzRegression version 1.0.0 Index]