Description Usage Arguments Value
Method 8.9
For One- and Two-way ANOVA
1 2 3 4 5 6 7 8 | postHocConfInt(
x,
treatments,
groupIndex1,
groupIndex2,
blocks = NULL,
alpha = 0.05
)
|
x |
Vector of data |
treatments |
Vector with pointers for which group each entry in x belong to. |
groupIndex1 |
Index of group to compare |
groupIndex2 |
Index of group to compare |
blocks |
Vector with pointers for which block each entry in x belong to (NULL if One-way ANOVA) |
alpha |
Significance level (0.05 by default) |
Confidence interval for Post Hoc pairwise comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.