https://github.com/cran/CARBayes
Raw File
Tip revision: c813a5cb1b7d8282d41d5c8a7bb4fdbf69d89260 authored by Duncan Lee on 10 September 2018, 10:00:03 UTC
version 5.1
Tip revision: c813a5c
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 posterior medians and 95 percent credible intervals, the
number of samples, the acceptance rate, 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