| deviance.SLOPE {SLOPE} | R Documentation |
Model deviance
Description
Model deviance
Usage
## S3 method for class 'SLOPE'
deviance(object, ...)
Arguments
object |
an object of class |
... |
ignored |
Value
For Gaussian models this is twice the residual sums of squares. For all other models, two times the negative loglikelihood is returned.
See Also
Other SLOPE-methods:
coef.SLOPE(),
plot.SLOPE(),
predict.SLOPE(),
print.SLOPE(),
score()
Examples
fit <- SLOPE(abalone$x, abalone$y, family = "poisson")
deviance(fit)
[Package SLOPE version 0.5.1 Index]