View source: R/durbinWatsonTest.R
durbinWatsonTest | R Documentation |
Computes residual autocorrelations and generalized Durbin-Watson
statistics and their bootstrapped p-values. dwt
is an
abbreviation for durbinWatsonTest
.
durbinWatsonTest(model, ...)
dwt(...)
## S3 method for class 'lm'
durbinWatsonTest(model, max.lag=1, simulate=TRUE, reps=1000,
method=c("resample","normal"),
alternative=c("two.sided", "positive", "negative"), ...)
## Default S3 method:
durbinWatsonTest(model, max.lag=1, ...)
## S3 method for class 'durbinWatsonTest'
print(x, ...)
model |
a linear-model object, or a vector of residuals from a linear model. |
max.lag |
maximum lag to which to compute residual autocorrelations and Durbin-Watson statistics. |
simulate |
if |
reps |
number of bootstrap replications. |
method |
bootstrap method: |
alternative |
sign of autocorrelation in alternative hypothesis; specify
only if |
... |
arguments to be passed down. |
x |
|
Returns an object of type "durbinWatsonTest"
.
p-values are available only from the lm
method.
John Fox jfox@mcmaster.ca
Fox, J. (2016) Applied Regression Analysis and Generalized Linear Models, Third Edition. Sage.
durbinWatsonTest(lm(fconvict ~ tfr + partic + degrees + mconvict, data=Hartnagel))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.