resample.rejection.level: rejection level via resampling

Description Usage Arguments References Examples

View source: R/multivariance-functions.R

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

1

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

1
2
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))

multivariance documentation built on Oct. 6, 2021, 5:08 p.m.