coef.LR {LorenzRegression}R Documentation

Estimated coefficients for the Lorenz Regression

Description

coef.LR provides the estimated coefficients for an object of class LR.

Usage

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

Arguments

object

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

...

Additional arguments.

Value

a vector gathering the estimated coefficients

See Also

Lorenz.Reg

Examples

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


[Package LorenzRegression version 1.0.0 Index]