Generic ggplot2::autoplot() method for bayesqm_fit. Dispatches
to make_dominant_panel() when type = "membership"; uses
ggdist::stat_pointinterval / stat_halfeye for the remaining
views.
Usage
autoplot.bayesqm_fit(
object,
type = c("loadings", "zscores", "membership", "hyper", "zscore_posterior"),
statement = NULL,
...
)