residuals.LR {LorenzRegression} | R Documentation |
Residuals for the Lorenz regression
Description
residuals
provides residuals for an object of class "LR"
.
Usage
## S3 method for class 'LR'
residuals(object, ...)
Arguments
object |
An object of class |
... |
Additional arguments passed to the function |
Details
Computing residuals entail to estimate the link function of the single-index model. This is done via the function Rearrangement.estimation
.
Value
A vector of residuals.
See Also
Lorenz.Reg
, Rearrangement.estimation
Examples
## For examples see example(Lorenz.Reg) and example(Lorenz.boot)
[Package LorenzRegression version 2.2.0 Index]