lower upper
var1 0.2940021 0.6576105
attr(,"Probability")
[1] 0.95
I have two questions:
1. I am trying to call the standard errors for additive and residual
variance
se(model$VCV[, "animal"]) does not work
I used
sd(model$VCV[, "animal"])
[1] 21.36365
sd(model$VCV[, "units"])
[1] 12.8011
I wonder whether the SD (of Va) provides the square root of the sampling
variance of Va. Could you please confirm this? I am interested in
calculating the SE of Va to calculate the SEs of other statistics (e.g.,
CVa).
2. Also, is there a way to plot the posterior distribution of the
heritability (or Va) estimates?
Thank you!
Simona
---