Description Usage Arguments Examples
ggplot2 output of the fixed effects from a MCMCglmm model
1 | MCMCfixplot(mod)
|
mod |
model of class MCMCglmm |
1 2 3 4 | # requires ggplot2
library(ggplot2)
mod <- MCMCglmm(y ~ x1 + x2, random = ~ z)
MCMCfixplot(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.