print.dalmatian: Printed Summary of a 'dalmatian' Object

Description Usage Arguments Details Value Author(s) References Examples

View source: R/dalmatian.R

Description

Prints summary information about a fitted model of class dalmatian.

Usage

1
2
## S3 method for class '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

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.

Value

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

Author(s)

Simon Bonner

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. doi: 10.18637/jss.v100.i10.

Examples

1
2
3
4
5
6
## Not run: 
## Print summary of dalmatian objects
print(pfresults)
print(pfresults2)

## End(Not run)

dalmatian documentation built on Nov. 23, 2021, 1:08 a.m.