View source: R/diagnostic_tests.R
diagnostic_tests | R Documentation |
This function implements the Ljung-Box test of independence, the H-test of homoskedasticity and the Jarque-Bera test of normality on the model residuals.
diagnostic_tests(dlm_mod, n_lags)
dlm_mod |
The output of the |
n_lags |
Number of lags of the independence test (i.e. the Ljung-Box test) |
A data.frame/tibble of the model results including a column specifying whether the assumptions of independence, homoskedasticity and normality of the residuals is satisfied.
print("Soon!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.