resample.rejection.level {multivariance}R Documentation

rejection level via resampling

Description

Uses the resample method to sample from the test statistic under the hypothesis of independence. The alpha quantile of these samples is returned.

Usage

resample.rejection.level(alpha = 0.05, ...)

Arguments

alpha

numeric, the significance value

...

passed to resample.multivariance. Required is the data matrix x.

References

For the theoretic background see the reference [3] given on the main help page of this package: multivariance-package.

Examples

resample.rejection.level(0.05,matrix(rnorm(30*2),nrow = 30))
resample.rejection.level(0.05,matrix(rnorm(30*3),nrow = 30),vec = c(1,1,2))


[Package multivariance version 2.4.1 Index]