twosamplemeantest: Chen-Qin Multidimensional Two-Sample Mean Test

Description Usage Arguments Value Author(s) References Examples

View source: R/wcq.R

Description

Multidimensional two-sample test of means used by WCQ

Usage

1

Arguments

X1,X2

matrices/arrays containing population values for the test

Value

pval

p-value of the test

Author(s)

Jan Michael Yap

References

Chen,Y.X., Qin,Y.L. (2010) A Two-Sample Test for High-Dimensional Data with Applications to Gene-Set Testing, The Annals of Statistics, 38(2), 808-835.

Examples

1
2
3
sample.data1 <- array(rnorm(100),c(10,10))
sample.data2 <- array(rnorm(100),c(10,10))
twosamplemeantest(sample.data1, sample.data2)

WCQ documentation built on May 2, 2019, 9:34 a.m.