autocorrelation_assumption | R Documentation |
Checks model for independence of residuals
autocorrelation_assumption(model)
model |
A lm object |
returns the p-value for the test
Mutua Kilai
model <- lm(pi ~ hs + ps, data = eduperform)
autocorrelation_assumption(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.