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)

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to reg.dw in PMmisc...