dicosar-package | R Documentation |
Testing differential Pearson's correlations between two samples using multivariate saddlepoint approximation and the signed root of the likelihood ratio statistic.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Robust and fast two-sample test of equal correlations or correlation matrices
Liang He, Ian Philipp
Maintainer: Liang He <lianghe@health.sdu.dk>
He et al. Robust and fast two-sample test of equal correlations with an application to differential co-expression, (2022).
library(dicosar) n = 100 x1 = matrix(rnorm(2*n),nrow=n) x2 = matrix(rnorm(2*n),nrow=n) dicosar(x1,x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.