NEWS
heritable 0.2.0
- Added narrow-sense heritability estimation through
h2() and the h2_*()
estimator functions for models with a known additive genetic covariance
structure.
- Added a consistent interface across broad-sense (
H2()), narrow-sense
(h2()), and their Standard, Cullis, Oakey, Piepho, and Delta estimators.
- Added support for more complex
asreml and lme4 random-effect structures,
including known genomic relationship matrices and structured residuals.
- Added richer
heritable objects that retain the fitted model and calculation
metadata for downstream methods.
heritable 0.1.1
- Update Maintainer to Dr. Emi Tanaka
- Refactored
asreml integration #37, #32
- Added
var_comp.asreml() for extracting and assembling variance components for asreml model objects
- Refactored
H2() for asremlmodels so that it now takes arguments like marginal, stratification
- Improved handling of
vm() specification
- Refactored
H2_standard()
- Compute confidence intervals for
heritable objects #30