dicosar-package: Two-sample homogeneity test of Pearson's correlations using...

dicosar-packageR Documentation

Two-sample homogeneity test of Pearson's correlations using saddlepoint approximation and signed root of likelihood ratio statistic

Description

Testing differential Pearson's correlations between two samples using multivariate saddlepoint approximation and the signed root of the likelihood ratio statistic.

Details

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

Author(s)

Liang He, Ian Philipp

Maintainer: Liang He <lianghe@health.sdu.dk>

References

He et al. Robust and fast two-sample test of equal correlations with an application to differential co-expression, (2022).

Examples

library(dicosar)
n = 100
x1 = matrix(rnorm(2*n),nrow=n)
x2 = matrix(rnorm(2*n),nrow=n)
dicosar(x1,x2)

lhe17/dicosar documentation built on Sept. 27, 2022, 8:09 a.m.