Description Usage Arguments Value Examples
Lenth’s method: testing effect significance for experiments without variance estimates
1 | Lenth_method(mod, alpha = 0.05)
|
mod |
A linear model |
alpha |
specify the significance level. Default is alpha=0.05 |
PSE,ME,SME using Lenth's method. Also returns a plot visualizing any factor which is significant using the obtained values of ME, and SME.
1 2 3 | m1 <- lm(ybar ~ (A+B+C+D)^2,data=AEL_dat)
Lenth_method(m1)
Lenth_method(m1,alpha=0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.