The function DurbinWatson calculates the test statistic of the Durbin-Watson test for serial correlation of the residuals of a linear regression model. The serial data to be tested are contained in the open array Residuals. The returned test statistic can be checked against their critical limits by means of the function DurbinWatsonCrit5pct, which returns two limits ( dwLower and dwUpper).
The null hypothesis (there is no serial correlation) has to be rejected if the test statistic is less than dwLower, and must not be rejected if it is greater than dwUpper. If the test statistic is between dwLower and dwUpper, the Durbin-Watson test is inconclusive.
|