owlStat {peramo}R Documentation

Test Statistics for One-Way Layout Permutation Test

Description

owlStat computes statistics for owl. This is not meant to be called directly.

Usage

owlStat(lov, env = parent.frame())

Arguments

lov

a list of vectors, responses by experimental groups.

env

an environment, to access outer scope variables.

Value

owlStat returns a list with 5 components:

n

the sample sizes.

avg

the mean responses.

T

the T statistic for global test.

d.multi

the differences in means for multiple comparisons.

mad

the maximum absolute differences in means.

.

References

Ernst, M. D. (2004). Permutation Methods: A Basis for Exact Inference. Statistical Science, 19(4), 676–685. doi:10.1214/088342304000000396.


[Package peramo version 0.1.3 Index]