residuals.SVC_mle function

Extact Model Residuals

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, ...)

Arguments

  • object: SVC_mle object
  • ...: further arguments

Returns

(numeric(n)) Residuals of model

Author(s)

Jakob Dambon

  • Maintainer: Jakob A. Dambon
  • License: GPL-2
  • Last published: 2025-03-26