diag_ljungbox {simts} | R Documentation |
Ljung-Box
Description
Performs the Ljung-Box test to assess the Null Hypothesis of Independence in a Time Series
Usage
diag_ljungbox(x, order = NULL, stop_lag = 20, stdres = FALSE, plot = TRUE)
Arguments
x |
An |
order |
An |
stop_lag |
An |
stdres |
A |
plot |
A logical. If |
Author(s)
James Balamuta, Stéphane Guerrier, Yuming Zhang
[Package simts version 0.2.2 Index]