qq_blm_plot: Q-Q Plot

Description Usage Arguments Details

View source: R/blm_plots.R

Description

Q-Q Plot for a blm object.

Usage

1
qq_blm_plot(object, qqline = TRUE, ...)

Arguments

object

a blm object.

qqline

add qqline to the plot.

...

other arguments passed to qqplot.

Details

Q-Q plots the sqrt(| residuals |) against fitted values. This transformation of the residuals is supposed to diminish skewness (see plot.lm. Note: In contrast to the plot.lm implementation, the residuals here are taken for sqrt(| residuals |) and not the standardized residuals.


manschmi/blm documentation built on May 21, 2019, 11:25 a.m.