Points geom
mc_model_point.Rd
Points geom
Arguments
- ...
- n_sample
The number of sample of draws to show. Default
NA
. Ifn_sample
isNA
, thenmc_model_point()
will use all draws from posterior distribution.- draw
How to show draws? Default
"collapse"
."collapse
and"group
are same for point geom, since point geom is just showing each data points. Ifdraw
is"collapse"
or"group"
, then all draws are collapsed together and each point represents one data point; ifdraw
is"hops"
, thenmc_model_point()
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.