resample.rejection.level {multivariance} | R Documentation |
Uses the resample method to sample from the test statistic under the hypothesis of independence. The alpha quantile of these samples is returned.
resample.rejection.level(alpha = 0.05, ...)
alpha |
numeric, the significance value |
... |
passed to |
For the theoretic background see the reference [3] given on the main help page of this package: multivariance-package.
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))