halfnormal: Half-Normal Effects Plots

Description Usage Arguments Value Examples

Description

Half-Normal Effects Plots

Usage

1
halfnormal(obj, alpha = 0.05, signif_label = FALSE)

Arguments

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

Value

A dataframe with the absolute effects and half-normal qunatiles. A ggplot version of halfnormal plot for factorial effects is returned

Examples

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)

toledo60/OACD documentation built on Feb. 15, 2021, 2:25 a.m.