residuals.SVC_mle: Extact Model Residuals

View source: R/residuals-SVC_mle.R

residuals.SVC_mleR Documentation

Extact Model Residuals

Description

Method to extract the residuals from an SVC_mle object. This is only possible if save.fitted was set to TRUE.

Usage

## S3 method for class 'SVC_mle'
residuals(object, ...)

Arguments

object

SVC_mle object

...

further arguments

Value

(numeric(n)) Residuals of model

Author(s)

Jakob Dambon


varycoef documentation built on Sept. 18, 2022, 1:07 a.m.