eq.1way.ww: Wellek-Welch equivalence test for k-groups

Description Usage Arguments Author(s) Examples

View source: R/eq.1way.ww.R

Description

This function computes the Wellek-Welch equivalence test for k-groups. This addresses the research question about equivalence for means among k independent groups. The Welch adjustment provides a robust correction for unequal vairances among the k groups.

Usage

1
2
3
4
eq.1way.ww(dv, group, eps, alpha = 0.05)

## S3 method for class 'eq.1way.ww'
print(x, ...)

Arguments

dv

a numeric vector for the continous dependent variable

group

grouping variable that can be coerced to a factor

eps

numeric value defining the size of the equivalance interval

alpha

the appropriate alpha level

x

object of class eq.1way.ww

...

additional arguments

Author(s)

Rob Cribbie cribbie@yorku.ca and Phil Chalmers rphilip.chalmers@gmail.com

Examples

1
2
3
4
5
6
7
8
## Not run: 

dv <- rnorm(1000)
group <- rep(paste0('G',1:4), each=length(dv)/4)
eq.1way.ww(dv, group, eps = 0.5)


## End(Not run)

cribbie/equivalencetests documentation built on May 14, 2019, 11:33 a.m.