ranefPlot {Pmisc} | R Documentation |
Creates a nice dotplot with CI's
ranefPlot( x, component = c("cond", "zi"), grpvar = 1, term = "(Intercept)", cutSe = Inf, maxNames = 40, col = "Dark2", xlab = "x", ... )
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 |
nothing