Skip to contents

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,
  ...
)

Arguments

object

A bayesqm_fit.

type

One of "loadings", "zscores", "membership", "hyper", or "zscore_posterior".

statement

For type = "zscore_posterior", an integer index or statement name.

...

Passed to the underlying figure function (e.g. title, anonymize for membership).

Value

A ggplot object.