Description Usage Arguments Examples
View source: R/reg.dw.R
Performs the Durbin-Watson Test for a regression model
1
reg.dw(fit)
fit
:a lm object
1 2
fit <- lm(mpg~wt, mtcars, na.action = na.omit) reg.dw(fit)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.