ac_test {ivx} | R Documentation |
Autocorrelation tests
Description
Autocorrelation tests
Usage
ac_test(x, lag_max = 5)
Arguments
x |
the residuals or an |
lag_max |
the maximum length of lags. |
Examples
obj <- ivx(hpi ~ cpi + def + int + log(res), data = ylpc)
lmtest::bgtest(hpi ~ cpi + def + int + log(res), data = ylpc)
ac_test(obj, 5)
[Package ivx version 1.1.0 Index]