Title
[R] regress postestimation time series -- Postestimation tools for regress with time series
Description
The following postestimation commands for time series are available after regress:
command description
--------------------------------------------------------------------------------------------------------
estat archlm test for ARCH effects in the residuals
estat bgodfrey Breusch-Godfrey test for higher-order serial correlation
estat durbinalt Durbin's alternative test for serial correlation
estat dwatson Durbin-Watson d statistic to test for first-order serial correlation
--------------------------------------------------------------------------------------------------------
Special-interest postestimation commands
These commands provide regression diagnostic tools specific to time series. You must tsset your data before
using these commands.
estat archlm tests for time-dependent volatility. estat dwatson, estat durbinalt, and estat bgodfrey test for
serial correlation in the residuals of a linear regression. For non-time-series regression diagnostic tools,
see [R] regress postestimation.
estat archlm performs Engle's LM test for the presence of autoregressive conditional heteroskedasticity.
estat bgodfrey performs the Breusch-Godfrey test for higher-order serial correlation in the disturbance. This
test does not require that all the regressors be strictly exogenous.
estat durbinalt performs Durbin's alternative test for serial correlation in the disturbance. This test does
not require that all the regressors be strictly exogenous.
estat dwatson computes the Durbin-Watson d statistic to test for first-order serial correlation in the
disturbance when all the regressors are strictly exogenous.
帮助的上面也写了是regress postestimation 的检验,而不是面板panel的检验。