ranefPlot | 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",
level = 0.95,
...
)
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 |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.