| plot.bayesqm_fit | R Documentation |
One panel per factor: horizontal dotchart of every statement's
posterior median z-score with nested 50 percent (thick) and
prob-coverage (thin) credible-interval whiskers. Statements are
sorted once – by default, by the first factor's posterior mean –
and that ordering is reused across panels so the reader can scan
horizontally to compare factors. For a loadings-only view, see
plot_loading_posterior(); for a single statement across factors,
see plot_zscore_posterior().
## S3 method for class 'bayesqm_fit'
plot(x, sort_by = 1L, prob = NULL, cex.lab = 0.7, ...)
x |
A |
sort_by |
Integer factor index whose posterior mean is used to sort rows (default 1). |
prob |
Outer-interval coverage probability; defaults to
|
cex.lab |
Axis-label text size. |
... |
Additional arguments forwarded to |
The input, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.