deviance_o {onls} | R Documentation |
Deviance of the orthogonal residuals
Description
Returns the deviance \sum_{i=1}^N \| D_i \|^2
of the orthogonal residuals from the fitted onls
model.
Usage
deviance_o(object)
Arguments
object |
an object returned from |
Value
The deviance of the orthogonal residuals.
Author(s)
Andrej-Nikolai Spiess
Examples
## See 'onls'.
[Package onls version 0.1-2 Index]