fitted.SVC_mle function

Extact Model Fitted Values

Extact Model Fitted Values

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

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

Arguments

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

Returns

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

Author(s)

Jakob Dambon

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