Converts an MCMC object to the run section's XML for a Nested-Sampling MCMC
Source:R/mcmc_to_xml_run.R
mcmc_to_xml_run_nested_sampling.Rd
Converts an MCMC object to the run section's XML for a Nested-Sampling MCMC
Arguments
- mcmc
one MCMC. Use
create_mcmc
to create an MCMC. Usecreate_ns_mcmc
to create an MCMC for a Nested Sampling run. Usecheck_mcmc
to check if an MCMC is valid. Userename_mcmc_filenames
to rename the filenames in an MCMC.
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())
#> [1] "<run id=\"mcmc\" spec=\"beast.gss.NS\" chainLength=\"1e+07\" particleCount=\"1\" subChainLength=\"5000\" epsilon=\"1e-12\">"
check_empty_beautier_folder()