print.cat_gibbs | R Documentation |
cat_gibbs
ModelThis function prints a summary of the cat_gibbs
model, displaying details about the formula, covariate dimensions,
family, coefficients, and Gibbs sampling settings.
## S3 method for class 'cat_gibbs'
print(x, digit = 3, detail = TRUE, ...)
x |
A |
digit |
An integer indicating the number of decimal places for printing coefficient estimates. Default is 3. |
detail |
A logical value indicating whether to include additional detailed output at the end of the summary.
If |
... |
Additional parameters to pass to other functions. |
The summary includes:
The function name and formula used in the model.
Dimensions of the covariate matrix.
Family and link function details.
Sampling information, including the total iterations, warm-up iterations, and effective Gibbs sampling post-warmup.
Coefficients with summary statistics and effective sample size.
If detail
is set to TRUE, additional guidance for interpreting the printed output is provided.
The x
object is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.