50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

adas.utils (version 1.0.0)

daniel_plot_qq: 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))

Value

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

Arguments

model

a linear model

alpha

the transparency of the horizontal lines

xlim

the limits of the x-axis

Examples

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

Run the code above in your browser using DataLab