Computes the expected Area Under the Curve (AUC) for predicting a binary trait using information from a correlated continuous trait.
predict_auc_mt_continuous(h2x, Nx, Kx, Px, h2y, Ny, 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.
Genetic correlation between the target and correlated trait.
Number of independent chromosome segments.
Number of markers.