Description Usage Arguments Value References See Also
Get the sLED test statistic on permuted samples.
1 2 3 |
Z |
(n1+n2)-by-p matrix, containing the samples from two populations with p features |
n1 |
the first n1 rows in Z represent the first population |
n2 |
the (n1+1):(n1+n2) rows in Z represent the second population |
adj.beta |
a positive number representing the power to transform correlation matrices
to weighted adjacency matrices by A_{ij} = |r_ij|^adj.beta,
where r_ij represents the Pearson correlation.
When |
rho |
a large positive constant such that A(X)-A(Y)+diag(rep(rho, p)) is positive definite. |
sumabs.seq |
a numeric vector specifing the sequence of sparsity parameters to use, each between 1/sqrt(p) and 1. |
npermute |
number of permutations to use, default is 100 |
useMC |
logical, whether to use multi-core version |
mc.cores |
a number indicating how many cores to use in parallelization |
seeds |
a numeric vector with the length equals to |
verbose |
whether to print the progress during permutation tests |
niter |
the number of iterations to use in the PMD algorithm (see |
trace |
whether to trace the progress of PMD algorithm (see |
A list containing the following components:
Tn.perm |
a numeric vector with length |
Tn.perm.sign |
a vector of characters with length |
Zhu, Lei, Devlin and Roeder (2016), "Testing High Dimensional Covariance Matrices, with Application to Detecting Schizophrenia Risk Genes", arXiv:1606.00252.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.