powered by
Checks model for independence of residuals
autocorrelation_assumption(model)
returns the p-value for the test
A lm object
Mutua Kilai
model <- lm(pi ~ hs + ps, data = eduperform) autocorrelation_assumption(model)
Run the code above in your browser using DataLab