MCMCReppois: Calculate variance explained by a random variable...

Description Usage Arguments Examples

View source: R/MCMCReppois.R

Description

Calculate variance explained by a random variable (repeatability or Intra-Class Coefficient) on the link scale

Usage

1
MCMCReppois(mod, y = "variable")

Arguments

mod

model of class MCMCglmm

y

character vector of length 1, identical to name of random effect.

Examples

1
2
model <- MCMCglmm(y ~ x, random = ~ z)
MCMCReppois(model, "z")

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