powered by
Performs the Durbin-Watson Test for a regression model
reg.dw(fit)
:a lm object
# NOT RUN { fit <- lm(mpg~wt, mtcars, na.action = na.omit) reg.dw(fit) # }
Run the code above in your browser using DataLab