For models that have only a single component, the tidy()
and
glance()
methods are identical. Please see the documentation for both
of those methods.
# S3 method for durbinWatsonTest tidy(x, ...) # S3 method for durbinWatsonTest glance(x, ...)
x | An object of class |
---|---|
... | Additional arguments. Not used. Needed to match generic
signature only. Cautionary note: Misspelled arguments will be
absorbed in |
A one-row tibble::tibble with columns:
Test statistic for Durbin-Watson test.
P-value of test statistic.
Residual autocorrelations.
Always "Durbin-Watson Test"
.
Alternative hypothesis (character).
#> Error in loadNamespace(name): there is no package called ‘car’tidy(dw)#> Error in tidy(dw): object 'dw' not found#> Error in glance(dw): object 'dw' not found