daniel_plot_qq {adas.utils} | R 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))
[Package adas.utils version 1.2.0 Index]