md2sPermute | R Documentation |
Permutation Test
md2sPermute( kX.num = 100, n = 50, ky = 40, nsims, nperm, nboot, fpath = ".", sim = TRUE, d = 5 )
kX.num |
K(2) as defined in the paper. |
n |
Number of rows in the matrix |
ky |
K(1) in the paper |
nsims |
The number of simulations to be done. Default is set to 200. |
nperm |
The number of permutations to be done. Default is set to 200. |
nboot |
The number of bootstraps to be performed. Default is set to 200. |
fpath |
Designated file path where we will store the results |
d |
number of dimensions |
An object containing:
kX.num |
Number of columns in the matrix, K(2) in the paper |
n |
Number of rows in the matrix |
ky |
Number of columns of matrix, K(1) in the paper |
nsims |
Number of simulations done |
nperm |
Number of permutations done |
nboot |
Number of bootstraps done |
fpath |
Designated file path for the result |
Cecilia Y. Sui and Evan E. Jo: c.sui@wustl.edu ejo@wustl.edu
md2s()
## Not run: md2sPermute(kX.num = 100, n = 50, ky = 40, nsims = 200, nperm = 200, nboot = 200) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.