onesamplemeantest: Chen-Qin Multidimensional One-Sample Mean Test

Description Usage Arguments Value Author(s) References Examples

View source: R/wcq.R

Description

Multidimensional one-sample mean test used by WCQ.

Usage

1

Arguments

X1

matrix/array containing population data to be tested

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
sample.data <- array(rnorm(100),c(10,10))
onesamplemeantest(sample.data)

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