daniel_plot_hn: Daniel's plot (half-normal)

View source: R/stats.R

daniel_plot_hnR 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 gghalfnorm::gghalfnorm()

Value

a half-normal plot (GGPlot2 object) with the effects of the model

See Also

gghalfnorm::gghalfnorm()

Examples

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

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