postHocConfInt: Post Hoc pairwise confidence interval

Description Usage Arguments Value

View source: R/KasperFuncs.R

Description

Method 8.9
For One- and Two-way ANOVA

Usage

1
2
3
4
5
6
7
8
postHocConfInt(
  x,
  treatments,
  groupIndex1,
  groupIndex2,
  blocks = NULL,
  alpha = 0.05
)

Arguments

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)

Value

Confidence interval for Post Hoc pairwise comparison


DanielEverland/smartstats documentation built on Dec. 17, 2021, 4:03 p.m.