ranefPlot: Dotplot of random effects from glmmTMB

View source: R/ranefPlot.R

ranefPlotR Documentation

Dotplot of random effects from glmmTMB

Description

Creates a nice dotplot with CI's

Usage

ranefPlot(
  x,
  component = c("cond", "zi"),
  grpvar = 1,
  term = "(Intercept)",
  cutSe = Inf,
  maxNames = 40,
  col = "Dark2",
  xlab = "x",
  level = 0.95,
  ...
)

Arguments

x

model output from glmmTMB

component

model component

grpvar

name of random effect

cutSe

only plot levels where conditional SE is above this threshold

maxNames

maximum number of labels on the plot

col

vector of colours or name of a colorBrewer pallet

xlab

x label

term

variable to plot

level

level of prediction interval

...

Additional arguments for plot

Value

nothing


Pmisc documentation built on March 5, 2025, 3 a.m.