predict_auc_st {qgg} | R Documentation |
Computes the expected Area Under the Curve (AUC) for predicting a binary trait.
predict_auc_st(h2x, Nx, Kx, Px, Me, M)
h2x |
Heritability of the target trait. |
Nx |
Number of samples for the target trait. |
Kx |
Prevalence of the target trait. |
Px |
Case-control proportion of the target trait. |
Me |
Number of independent chromosome segments. |
M |
Number of markers. |
A numeric value representing the expected AUC.