Dots interval plot for model predictions
mc_model_dotsinterval.Rd
Dots interval plot for model predictions
Arguments
- ...
- n_sample
The number of sample of draws to show in Dots interval plot. Default
NA
. Ifn_sample
isNA
, thenmc_model_dotsinterval()
will use all draws from posterior distribution.- draw
How to show draws? Default
"collapse"
. Ifdraw
is"collapse"
, then all draws are collapsed together to show in one Dots interval plot; ifdraw
is"group"
, then each draw is shown in an individual Dots interval plot; ifdraw
is"hops"
, thenmc_model_dotsinterval()
will use animation to show each draw in one frame; ifdraw
is an function, then all draws are aggregated bydraw()
. See examples for more details.