powered by
This function extracts the computed (pseudo-) residuals of an fHMM_model object.
fHMM_model
# S3 method for fHMM_model residuals(object, ...)
A vector (or a matrix, in case of an hierarchical HMM) with (pseudo-) residuals for each observation.
An object of class fHMM_model.
Ignored.
compute_residuals(dax_model_3t) res <- residuals(dax_model_3t) head(res)
Run the code above in your browser using DataLab