bugs.log: Read data from OpenBUGS logfile
Description
Read data such as summary statistics and DIC information
from the OpenBUGS logfileArguments
file
Location of the OpenBUGS logfile Value
- A list with components:
- statsA matrix containing summary statistics for each saved
parameter. Comparable to the information in the element
summary of a bugs object as returned by bugs. - DICA matrix containing the DIC statistics as returned from
OpenBUGS.
Details
The function is only supported under Windows execution because the OpenBUGS log file under Linux execution has a different format. The function
returns NA for both elements of the list under Linux.See Also
The main function that generates the log file is bugs.