Model deviance
# S3 method for Owl
deviance(object, ...)
an object of class 'Owl'
.
ignored
For Gaussian models this is twice the residual sums of squares. For all other models, two times the negative loglikelihood is returned.
# NOT RUN { fit <- owl(heart$x, heart$y, family = "binomial") deviance(fit) # }