ddw | R Documentation |
Calculates density values of the null distribution in the Durbin Watson test. Uses the saddlepoint approximation by Paolella (2007).
ddw(x, mod, data = list())
x |
quantile value(s) at which the density should be determined. |
mod |
estimated linear model object, formula (with argument |
data |
if |
The Durbin Watson Null-Distribution depends on values of the exogenous variables. That is why it must be calculated from each specific data set, respectively.
Numerical density value(s).
Durbin, J. & Watson, G.S. (1950): Testing for Serial Correlation in Least Squares Regression I. Biometrika 37, 409-428.
Paolella (2007): Intermediate Probability - A Computational Approach, Wiley.
dw.test
, pdw
.
filter.est <- ols(sales ~ price, data = data.filter)
ddw(x = c(0.9, 1.7, 2.15), filter.est)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.