daniel_plot_hn {adas.utils} | R Documentation |
Daniel's plot (half-normal)
Description
Given a non-replicated model of a factorial plan, this function provides a half-normal plot of the effects of the model, labeling the main n effects.
Usage
daniel_plot_hn(model, ...)
Arguments
model |
a linear model |
... |
further arguments to |
Value
a half-normal plot (GGPlot2 object) with the effects of the model
See Also
Examples
daniel_plot_hn(lm(Y~A*B*C*D, data=filtration))
[Package adas.utils version 1.2.0 Index]