| autoplot.bayesqm_fit | R Documentation |
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.
autoplot.bayesqm_fit(
object,
type = c("loadings", "zscores", "membership", "hyper", "zscore_posterior"),
statement = NULL,
...
)
object |
A |
type |
One of |
statement |
For |
... |
Passed to the underlying figure function (e.g. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.