mcmc_to_xml_run_nested_sampling {beautier} | R Documentation |
Converts an MCMC object to the run section's XML for a Nested-Sampling MCMC
Description
Converts an MCMC object to the run section's XML for a Nested-Sampling MCMC
Usage
mcmc_to_xml_run_nested_sampling(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=\"beast.gss.NS\" chainLength=\"1e+07\" "
# "particleCount=\"1\" subChainLength=\"5000\" epsilon=\"1e-12\">"
mcmc_to_xml_run_nested_sampling(create_ns_mcmc())
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]