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 |
... |
Additional arguments |
Value
The Lorenz curve of the response and concentration curve of the response with respect to the estimated index
See Also
Examples
data(Data.Incomes)
NPLR <- Lorenz.Reg(Income ~ ., data = Data.Incomes, penalty = "none")
plot(NPLR)
[Package LorenzRegression version 1.0.0 Index]