Description Usage Arguments Examples
Visualise the VCV of a MCMCglmm model
1 | VCVdensity(mod)
|
mod |
model of class MCMCglmm |
1 2 3 4 | # requires ggplot2
library(ggplot2)
model <- MCMCglmm(y ~ x, random = ~ z)
VCVdensity(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.