Read data such as summary statistics and DIC information from the OpenBUGS logfile
bugs.log(file)
Location of the OpenBUGS logfile
A list with components:
A matrix containing summary statistics for each saved
parameter. Comparable to the information in the element
summary
of a bugs object as returned by bugs
.
A matrix containing the DIC statistics as returned from OpenBUGS.
Returns the OpenBUGS summary statistics and DIC extracted directly from the log file.
The main function that generates the log file is bugs
.