View source: R/diagnostic_tests.R
dt_independence | R Documentation |
The Ljung-Box procedure implements a test against the null hypothesis of independence.
dt_independence(dlm_filtered, n_lags)
dlm_filtered |
The output from |
n_lags |
The number of lags to consider in the test. |
A data.frame/tibble of the model results including a column specifying whether the assumption of independence 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.