residuals.SVC_mle {varycoef}R 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


[Package varycoef version 0.3.4 Index]