| bayesqm-fit-methods | R Documentation |
print() shows a compact, brms-style header with convergence and
the first few loadings. summary() expands with factor
characteristics, the PSIS-LOO estimate, the divergence summary,
and the MatchAlign Tucker-phi diagnostic. Both methods
exist for bayesqm_fit (returned by fit_bayesian()) and
bayesqm_run (returned by run_bayes()).
## S3 method for class 'bayesqm_fit'
print(x, digits = 2, length = 10, ...)
## S3 method for class 'bayesqm_fit'
summary(object, digits = 3, ...)
## S3 method for class 'bayesqm_run'
print(x, digits = 2, ...)
## S3 method for class 'bayesqm_run'
summary(object, ...)
x, object |
A |
digits |
Number of digits to print. |
length |
Maximum number of participant rows to show in the compact loading table. |
... |
Unused. |
The input, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.