daniel_plot_qq | R Documentation |
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.
daniel_plot_qq(model, alpha = 0.5, xlim = c(-3, 3))
model |
a linear model |
alpha |
the transparency of the horizontal lines |
xlim |
the limits of the x-axis |
a QQ plot (GGPlot2 object) with the effects of the model
daniel_plot_qq(lm(Y~A*B*C*D, data=filtration))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.