Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


olsrr (version 0.1.0)

ols_corr_test: Correlation Test For Normality

Description

Correlation between observed residuals and expected residuals under normality.

Usage

ols_corr_test(model)

Arguments

model

an object of class lm

Value

correlation between fitted regression model residuals and expected values of residuals

Examples

Run this code
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars)
ols_corr_test(model)

Run the code above in your browser using DataLab