print.LR {LorenzRegression} | R Documentation |
Printing method for the Lorenz Regression
Description
print.LR
prints the arguments and estimated coefficients of an object of class LR
.
Usage
## S3 method for class 'LR'
print(x, ...)
Arguments
x |
Output of a call to |
... |
Additional arguments. |
Value
No return value, called for printing an object of class LR
to the console
See Also
Examples
data(Data.Incomes)
NPLR <- Lorenz.Reg(Income ~ ., data = Data.Incomes, penalty = "none")
print(NPLR)
[Package LorenzRegression version 1.0.0 Index]