powered by
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, ...)
numeric, the significance value
passed to resample.multivariance. Required is the data matrix x.
resample.multivariance
x
For the theoretic background see the reference [3] given on the main help page of this package: multivariance-package.
# NOT RUN { 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)) # }
Run the code above in your browser using DataLab