Computes the expected Area Under the Curve (AUC) for predicting a binary trait using information on a correlated binary trait.
predict_auc_mt_cc(h2x, Nx, Kx, Px, h2y, Ny, Ky, Py, rg, Me, M)
A numeric value representing the expected AUC.
Heritability of the target trait.
Number of samples for the target trait.
Prevalence of the target trait.
Case-control proportion of the target trait.
Heritability of the correlated trait.
Number of samples for the correlated trait.
Prevalence of the correlated trait.
Case-control proportion of the correlated trait.
Genetic correlation between the target and the correlated trait.
Number of independent chromosome segments.
Number of markers.