| caption_bayesqm | R Documentation |
Returns a human-readable caption string summarising the model
configuration (K, N, J, family), the sampler (backend, chains,
post-warmup draws), the interval probability, and convergence
diagnostics (max Rhat, divergent transitions).
caption_bayesqm(fit, include_ref = TRUE, include_diag = TRUE)
fit |
A |
include_ref |
Logical; append a brief package-attribution line. |
include_diag |
Logical; append the convergence-diagnostic line. |
A length-1 character string.
fit <- demo_fit(N = 6, J = 10, K = 2, Td = 50, seed = 1)
cat(caption_bayesqm(fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.