coef_to_liab | R Documentation |
Coefficient to convert to the liability scale. E.g. h2_liab = coef * h2_obs.
coef_to_liab(K_pop, K_gwas = 0.5)
K_pop |
Prevalence in the population. |
K_gwas |
Prevalence in the GWAS. You should provide this if you used
( |
Scaling coefficient to convert e.g. heritability to the liability scale.
h2 <- 0.2
h2 * coef_to_liab(0.02)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.