dalmatian
ObjectPrints summary information about a fitted model of class dalmatian
.
# S3 method for dalmatian
print(x, summary = TRUE, convergence = TRUE, ...)
Object of class dalmatian
created by dalmatian()
.
If TRUE (default) compute posterior summary statistics via summary.dalmatian()
.
If TRUE (default) compute MCMC convergence diagnostics via convergence()
.
Ignored
List of two elements containing posterior summary statstics and convergence diagnostics (if requested).
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.
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.
# NOT RUN {
## Print summary of dalmatian objects
print(pfresults)
print(pfresults2)
# }
Run the code above in your browser using DataLab