Last chance! 50% off unlimited learning
Sale ends in
An F-test for serial autocorrelation in the residuals.
residual.corr.test(obj, lag.cor=1, alpha=0.95, dig1=5, dig2=3)
an object of class bgvar
.
the order of serial correlation to be tested for. Default is set to lag.cor=1
.
significance level of test. Default is set to alpha=0.95
.
number of digits to display F-statistics and its critical values.
number of digits to display p-values.
Returns a list with the following objects
Fstat
contains a list of length N
with the associated F-statistic for each variable in each country.
resTest
contains a matrix of size 2N times K+3, with the F-statistics for each country and each variable.
p.res
contains a table which summarizes the output.
pL
contains a list of length N
with the associated p-values for each variable in each country.
It is the F-test of the familiar Lagrange Multiplier (LM) statistic (see Godfrey 1978a, 1978b), also known as the 'modified LM' statistic. The null hypothesis is that
Godfrey, L.G. (1978a) Testing Against General Autoregressive and Moving Average Error Models When the Regressors Include Lagged Dependent Variables. Econometrica, 46, pp. 1293-1302. Godfrey, L.G. (1978b) Testing for Higher Order Serial Correlation in Regression Equations When the Regressors Include Lagged Dependent Variables. Econometrica, 46, pp. 1303-1310. Smith, L. V. and A. Galesi (2014) GVAR Toolbox 2.0 User Guide, available at https://sites.google.com/site/gvarmodelling/gvar-toolbox.
# NOT RUN {
library(BGVAR)
data(eerData)
model.mn <- bgvar(Data=eerData,W=W.trade0012,draws=100,burnin=100,plag=1,prior="MN")
residual.corr.test(model.mn)
# }
Run the code above in your browser using DataLab