Synthetic heritability estimates for clerkR examples
Source:R/clerk_extra_examples.R
clerk_h2_example.RdA synthetic data frame of narrow-sense heritability (h²) estimates for
three cortical shape metrics across four covariate models, designed to
illustrate tbl_heritability(). Column names match the output of
R-itable::herit_batch() for direct compatibility. All values are
simulated.
Format
A data frame with 12 rows and 7 variables:
- trait
Phenotype name (character).
- covariates
Covariate model label (character).
- h2
Narrow-sense heritability point estimate (numeric).
- ci_lo
Lower 95% profile-likelihood CI bound (numeric).
- ci_hi
Upper 95% profile-likelihood CI bound (numeric).
- pval
One-sided LRT p-value (numeric).
- sigma2_a
Additive genetic variance component (numeric).
- sigma2_e
Residual variance component (numeric).