Description Usage Arguments Value Examples
Half-Normal Effects Plots
1 | halfnormal(obj, alpha = 0.05, signif_label = FALSE)
|
obj |
object of class lm |
alpha |
significance level for the Lenth method. Default is 0.05 |
signif_label |
If TRUE, only the significant factors according to the Lenth method (significance level given by alpha) are labeled |
A dataframe with the absolute effects and half-normal qunatiles. A ggplot version of halfnormal plot for factorial effects is returned
1 2 3 4 | m1 <- lm(lns2 ~ (A+B+C+D)^4,data=AEL_dat)
halfnormal(m1)
halfnormal(m1,alpha=0.1)
halfnormal(m1,alpha=0.2,signif_label=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.