Skip to content

animal model: calculating heritability and evolvability from sire effects

2 messages · Pierre de Villemereuil, Kent Holsinger

#
Hi !

I guess your data are large enough to estimate the sire effects, but I'm 
wondering if a mixed model is the best way, since you don't have 
multiple measurements, but already the mean among juveniles... You might 
loose statistical power in the process, but if you don't want to perform 
any tests, then it should be OK ? Can somebody on the list confirm that ?

If you can estimate the sire effect variance, then I guess you can 
extrapolate Va (in first approximation) as Va = (1/2)*Vsire. However, 
I'm wondering, since you have two dams, if a dam effect shouldn't be 
included in your model ?

Cheers,
Pierre.

Le 30/12/2011 08:01, mikhail matz a ?crit :
#
Mikhail,

I'm getting in on this late, but it sounds to me as if you have a 
standard full-sib design, with the slight complication that each dam is 
mated to multiple sires. Why can't you simply use the standard formulas 
to convert from within-family (var_w), among-dam (var_d), and among-sire 
(var_s) variance components to estimate Va, Vd, and Ve?

Va = 4(var_s)
Vd = 4(var_d - var_s)
Ve = var_w - 3*var_d + var_s

You can use either lmer() or MCMCglmm to get estimates of var_s, var_d, 
and var_w. The lmer() estimates will be MLEs, so the estimates of Va, 
Vd, and Ve will also be MLEs (by the invariance principle). You'll get 
the full posterior for var_s, var_d, and var_w from MCMCglmm, and by 
calculating Va, Vd, and Ve from each posterior sample, you'll get the 
full posterior for them.

Unless your sires and dams have a known pedigree, there's no reason to 
use the animal model -- just an appropriate nested design. If the sires 
and dams have a known pedigree, then you'd use the animal model on them 
(and I'd have to think a bit about which variance component from that 
would correspond to var_d and var_s).

Kent