https://github.com/cran/CARBayes
Raw File
Tip revision: 4dcb0c9a35d454fcd280455ae570d6dad367089c authored by Duncan Lee on 08 March 2024, 13:20:02 UTC
version 6.1.1
Tip revision: 4dcb0c9
print.CARBayes.Rd
\name{print.CARBayes}
\alias{print.CARBayes}


\title{
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{
\method{print}{CARBayes}(x, \dots)
}



\arguments{
  \item{x}{
A CARBayes fitted model object.
}
  \item{\dots}{
Ignored.s
}
}
\author{
Duncan Lee
}
back to top