modWelch: Modified Welch Test

Description Usage Arguments Value Author(s) References Examples

Description

This function performs adjusted Welch test.

Usage

1

Arguments

data

A vector containing the observations to which the treatments are randomly assigned.

group

A numerical or character vector indicating the treatment/control groups.

Value

tstat

the test statistic of the adjusted Welch test

pvalue

the p-value of the adjusted Welch test

Author(s)

Mustafa CAVUS

References

Hartung, J., ArgaƧ, D. and Makambi, K. (2002) Small sample properties of tests on homogeneity in one-way ANOVA and meta-analysis, Statistical Papers, 41, 197-235.

Examples

1
2
library(doex)
MW(hybrid$data,hybrid$species)

doex documentation built on Oct. 30, 2019, 10:32 a.m.

Related to modWelch in doex...