boa.menu {boa} | R Documentation |
Starts the interactive menu for BOA. Provides a menu-driven interface to all of the convergence diagnostics and statistical and graphical analysis tools.
boa.menu(recover = FALSE)
recover |
a logical value for use if the previous BOA menu session
terminated unexpectedly. It may be possible to crash the menu system by
supplying the wrong type of data. In the event of a crash, |
Do not use the recover
argument unless starting the menu
immediately after a crash.
boa.menu
is the only function in the BOA library that need be called in
order to use the menu-driven interface.
Brian J. Smith
## Not run:
## Start the menu system
boa.menu()
## End(Not run)