MCMCfixplot: ggplot2 output of the fixed effects from a MCMCglmm model

Description Usage Arguments Examples

View source: R/MCMCfixplot.R

Description

ggplot2 output of the fixed effects from a MCMCglmm model

Usage

1

Arguments

mod

model of class MCMCglmm

Examples

1
2
3
4
# requires ggplot2
library(ggplot2)
mod <- MCMCglmm(y ~ x1 + x2, random =  ~ z)
MCMCfixplot(mod)

Euphrasiologist/VCVglmm documentation built on June 4, 2020, 7:08 p.m.