View source: R/fitted-SVC_mle.R
| fitted.SVC_mle | R Documentation |
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, ...)
object |
|
... |
further arguments |
Data frame, fitted values to given data, i.e., the SVC as well as the response and their locations
Jakob Dambon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.