Extact Model Residuals
Method to extract the residuals from an SVC_mle
object. This is only possible if save.fitted
was set to TRUE
.
## S3 method for class 'SVC_mle' residuals(object, ...)
object
: SVC_mle
object...
: further arguments(numeric(n)
) Residuals of model
Jakob Dambon