daniel_plot_qq: Daniel's plot (quantile-quantile)

View source: R/stats.R

daniel_plot_qqR Documentation

Daniel's plot (quantile-quantile)

Description

Given a non-replicated model of a factorial plan, this function provides a QQ plot of the effects of the model, labeling all the effects.

Usage

daniel_plot_qq(model, alpha = 0.5, xlim = c(-3, 3))

Arguments

model

a linear model

alpha

the transparency of the horizontal lines

xlim

the limits of the x-axis

Value

a QQ plot (GGPlot2 object) with the effects of the model

Examples

daniel_plot_qq(lm(Y~A*B*C*D, data=filtration))

adas.utils documentation built on April 12, 2025, 1:52 a.m.