coef.LR {LorenzRegression} | R Documentation |
Estimated coefficients for the Lorenz regression
Description
Provides the estimated coefficients for an object of class "LR"
.
Usage
## S3 method for class 'LR'
coef(object, ...)
Arguments
object |
An object of S3 class |
... |
Additional arguments. |
Value
a vector gathering the estimated coefficients
See Also
Examples
## For examples see example(Lorenz.Reg)
[Package LorenzRegression version 2.1.0 Index]