tobsPostHoc: Post hoc pairwise hypothesis test t-value

Description Usage Arguments Value

View source: R/KasperFuncs.R

Description

Method 8.10
For One- and Two-way ANOVA

Usage

1
2
3
4
5
6
7
8
tobsPostHoc(
  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

alpha

Significance level (0.05 by default)

Value

The test statistic t_obs for Post Hoc pairwise hypothesis test


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