Function to return a Q-Q plot of residuals for a linear model
Exemples
# Example usage:
fit <- lm(mpg ~ wt + hp, data = mtcars)
qq_residual_plot(fit)
Function to return a Q-Q plot of residuals for a linear model
# Example usage:
fit <- lm(mpg ~ wt + hp, data = mtcars)
qq_residual_plot(fit)