reg.dw: Durbin-Watson Test

Description Usage Arguments Examples

View source: R/reg.dw.R

Description

Performs the Durbin-Watson Test for a regression model

Usage

1
reg.dw(fit)

Arguments

fit

:a lm object

Examples

1
2
fit <- lm(mpg~wt, mtcars, na.action = na.omit)
reg.dw(fit)

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to reg.dw in YRmisc...