Visualise Posterior Group Membership, Ordered by Rank
bmoe-allocation-vis.Rd
Combination of allocation probabilities and quantile plots
Usage
visualise_allocations_with_response_data(object, .chain, .rank_by)
visualise_allocation_data(object, .chain)
visualise_response_data(object, .plot_by, .rank_by)
Arguments
- object
Object that inherits from
bmoe_fit
.- .chain
integer. Which chain indexes to use as posterior allocations.
- .rank_by
expression. Column to use in ordering (y-axis).
- .plot_by
expression. Column to be plotted (x-axis).