ctACFresiduals | R Documentation |
This function takes a fit object from ctsem and computes the continuous time autocorrelation function (ACF) on the standardized residuals.
ctACFresiduals(fit, ...)
fit |
A fitted model object generated by the ctsem package. |
... |
Additional arguments to be passed to the |
This function first extracts the standardized residuals from the fit object using
the ctStanKalman
function. Then, it calculates the continuous time ACF for these residuals
and returns the results as a data table.
A data table containing the continuous time ACF estimates for standardized residuals.
ctStanKalman
data.table::setDTthreads(1) #ignore this line
# Example usage:
ctACFresiduals(ctstantestfit, varnames='Y1',nboot=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.