residuals.SVC_mle {varycoef} | R Documentation |
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 |
|
... |
further arguments |
(numeric(n)
)
Residuals of model
Jakob Dambon