residuals.garma_model | R Documentation |
Response Residuals from the model.
## S3 method for class 'garma_model'
residuals(object, type = "response", h = 1, ...)
object |
The garma_model object |
type |
(chr) The type of residuals. Must be 'response'. |
h |
(int) The number of periods ahead for the residuals. Must be 1. |
... |
Other parameters. Ignored. |
(double) array of resideuals from the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.