autoplot.bayesqm_fit: ggplot2 renderings of a bayesqm_fit

View source: R/autoplot.R

autoplot.bayesqm_fitR Documentation

ggplot2 renderings of a bayesqm_fit

Description

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.


bayesqm documentation built on June 18, 2026, 1:07 a.m.