bugs.log {R2WinBUGS} | R Documentation |
Read data such as summary statistics and DIC information from the WinBUGS logfile
bugs.log(file)
file |
Location of the WinBUGS logfile |
A list with components:
stats |
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 . |
DIC |
A matrix containing the DIC statistics as returned from WinBUGS. |
Jouni Kerman
The main function that generates the log file is bugs
.