Description Usage Arguments Details Value
To do the granger test between two time series
1 |
x |
A vector represents one variable |
y |
A vector represents another variable |
order |
a number indicating the time order in line model |
The model used in this function is just linear model(lm), the way to estimate the linear model is OLS. To consider the model is consistent, dw value should be between 2 and 3.
A dataframe including sic items: order, EU_Y is the sum of residuals squares in restricted model, aicEU_Y is the AIC value in restricted model, EUY is the sum of residuals squares in unrestricted model, aicEUY is the AIC value in unrestricted model, dw is the Durbin-Watson test value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.