mcmc_to_xml_run_default {beautier} | R Documentation |
Converts an MCMC object to the run section's XML for a default MCMC
Description
Converts an MCMC object to the run section's XML for a default MCMC
Usage
mcmc_to_xml_run_default(mcmc)
Arguments
mcmc |
one MCMC.
Use |
Value
the XML as text
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beautier_folder()
# <run id=\"mcmc\" spec=\"MCMC\" chainLength=\"1e+07\">
xml <- mcmc_to_xml_run_default(create_mcmc())
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]