Function reference
-
mc_color_palettes()
mc_set_model_color()
mc_set_obs_color()
- Colors in model check visualization
-
mc_condition_on()
- Add marginal check to model check
-
mc_distribution()
- Define how to draw from posterior distribution
-
mc_gglayer()
- Pass
ggplot2::layer()
to model check visualization
-
mc_layout_juxtaposition()
mc_layout_superposition()
mc_layout_nested()
mc_layout_encoding()
- Define comparative layout in model check visualization
-
mc_obs_auto()
mc_model_auto()
- Recommend a geom
-
mc_obs_ccdf()
mc_model_ccdf()
- CCDF bar plot for model predictions
-
mc_obs_cdf()
mc_model_cdf()
- CDF bar plot for model predictions
-
mc_obs_custom()
mc_model_custom()
- Customized geom
-
mc_obs_dots()
mc_model_dots()
- Dot plot for model predictions
-
mc_obs_dotsinterval()
mc_model_dotsinterval()
- Dots interval plot for model predictions
-
mc_obs_eye()
mc_model_eye()
- Eye (violin + interval) plot for model predictions
-
mc_model_gradientinterval()
- Gradient + interval plot for model predictions
-
mc_obs_halfeye()
mc_model_halfeye()
- Half-eye (density + interval) plot for model predictions
-
mc_obs_histinterval()
mc_model_histinterval()
- Histogram + interval plot for model predictions
-
mc_obs_interval()
mc_model_interval()
- Interval plot for model predictions
-
mc_obs_line()
mc_model_line()
- Line geom
-
mc_obs_lineribbon()
mc_model_lineribbon()
- Line + multiple-ribbon plot for model predictions
-
mc_obs_point()
mc_model_point()
- Points geom
-
mc_obs_pointinterval()
mc_model_pointinterval()
- Point + interval plot for model predictions
-
mc_obs_ribbon()
mc_model_ribbon()
- Multiple-ribbon plot for model predictions
-
mc_obs_slab()
mc_model_slab()
- Slab (ridge) plot for model predictions
-
mc_obs_tile()
mc_model_tile()
- Tile geom
-
mc_set_order()
- Order ticks on axis, rows, and columns
-
mcplot()
- Create a new mcplot