View source: R/posterior_predict.R
fitted.varstan | R Documentation |
The function returns the posterior estimate of the fitted values
of a varstan
model, similar to the fit_values functions of other
packages.
## S3 method for class 'varstan'
fitted(object, robust = FALSE, ...)
object |
a |
robust |
a bool value, if its |
... |
Further arguments passed to |
This function returns a time series of the predicted mean response values.
A time series (ts)
of predicted mean response values.
Asael Alonzo Matamoros
posterior_predict.varstan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.