print.CARBayes: Print a summary of a fitted CARBayes model to the screen.

View source: R/print.CARBayes.R

print.CARBayesR Documentation

Print a summary of a fitted CARBayes model to the screen.

Description

This function takes a CARBayes object and returns a summary of the fitted model. The summary includes, for selected parameters, posterior means and 95 percent credible intervals, the effective number of independent samples and the Geweke convergence diagnostic in the form of a Z-score.

Usage

## S3 method for class 'CARBayes'
print(x, ...)

Arguments

x

A CARBayes fitted model object.

...

Ignored.s

Author(s)

Duncan Lee


CARBayes documentation built on Nov. 17, 2023, 5:07 p.m.