breusch_godfrey {fable} | R Documentation |
Breusch-Godfrey Test
Description
Breusch-Godfrey test for higher-order serial correlation.
Usage
breusch_godfrey(x, ...)
## S3 method for class 'TSLM'
breusch_godfrey(x, order = 1, type = c("Chisq", "F"), ...)
Arguments
x |
A model object to be tested. |
... |
Further arguments for methods. |
order |
The maximum order of serial correlation to test for. |
type |
The type of test statistic to use. |
See Also
[Package fable version 0.3.4 Index]