coef.LR {LorenzRegression} | R Documentation |
Provides the estimated coefficients for an object of class "LR"
.
## S3 method for class 'LR'
coef(object, ...)
object |
An object of S3 class |
... |
Additional arguments. |
a vector gathering the estimated coefficients
## For examples see example(Lorenz.Reg)