h2_liability: Convert Heritability to Liability Scale

View source: R/ldsc_h2.R

h2_liabilityR Documentation

Convert Heritability to Liability Scale

Description

'h2_liability()' converts heritability estimates from the observed to liability scale.

Usage

h2_liability(h2, sample_prev, population_prev)

Arguments

h2

(numeric) Estimate of observed-scale heritability

sample_prev

(numeric) Proportion of cases in the current sample

population_prev

(numeric) Population prevalence of trait

Value

(numeric) Liability-scale heritability

Examples

h2_liability(0.28, 0.1, 0.05)


pleioh2g documentation built on March 9, 2026, 5:07 p.m.