Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

dalmatian (version 1.0.0)

print.dalmatian: Printed Summary of a dalmatian Object

Description

Prints summary information about a fitted model of class dalmatian.

Usage

# S3 method for dalmatian
print(x, summary = TRUE, convergence = TRUE, ...)

Arguments

x

Object of class dalmatian created by dalmatian().

summary

If TRUE (default) compute posterior summary statistics via summary.dalmatian().

convergence

If TRUE (default) compute MCMC convergence diagnostics via convergence().

...

Ignored

Value

List of two elements containing posterior summary statstics and convergence diagnostics (if requested).

Details

This function produces a description of the model's structure and (by default) computes and prints the summary statistics computed via summary.dalmatian() and the MCMC convergence diagnostics computed via convergence.dalmatian(). Further control is available by calling these functions directly.

References

Bonner, S., Kim, H., Westneat, D., Mutzel, A., Wright, J., and Schofield, M.. (2021). dalmatian: A Package for Fitting Double Hierarchical Linear Models in R via JAGS and nimble. Journal of Statistical Software, 100, 10, 1--25. 10.18637/jss.v100.i10.

Examples

Run this code
# NOT RUN {
## Print summary of dalmatian objects
print(pfresults)
print(pfresults2)
# }

Run the code above in your browser using DataLab