Learn R Programming

varycoef (version 0.3.5)

fitted.SVC_mle: Extact Model Fitted Values

Description

Method to extract the fitted values from an SVC_mle object. This is only possible if save.fitted was set to TRUE in the control of the function call

Usage

# S3 method for SVC_mle
fitted(object, ...)

Value

Data frame, fitted values to given data, i.e., the SVC as well as the response and their locations

Arguments

object

SVC_mle object

...

further arguments

Author

Jakob Dambon