plot.LR {LorenzRegression}R Documentation

Plots for the Unpenalized Lorenz Regression

Description

plot.LR provides plots for an object of class LR.

Usage

## S3 method for class 'LR'
plot(x, ...)

Arguments

x

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

...

Additional arguments

Value

The Lorenz curve of the response and concentration curve of the response with respect to the estimated index

See Also

Lorenz.Reg

Examples

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


[Package LorenzRegression version 1.0.0 Index]