Learn R Programming

RNOmni (version 0.1.5)

AvgCorr: Average Correlation Estimate.

Description

Estimate correlation using the average of qnorm(p1)*qnorm(p2) across loci, where (p1,p2) are p-values obtained via two different association tests.

Usage

AvgCorr(P1, P2, eps = 0.001)

Arguments

P1

Fist p-value.

P2

Second p-value.

eps

Force correlation estimate to fall in the interval (eps,1-eps);