View source: R/create_pff_mcmc.R
create_pff_mcmc | R Documentation |
Create mcmc that has Peregrine friendly filenames
create_pff_mcmc(
chain_length = beautier::create_mcmc()$chain_length,
store_every = beautier::create_mcmc()$store_every,
pre_burnin = beautier::create_mcmc()$pre_burnin,
n_init_attempts = beautier::create_mcmc()$n_init_attempts,
sample_from_prior = beautier::create_mcmc()$sample_from_prior,
tracelog = beautier::create_tracelog(filename = peregrine::get_pff_tempfile()),
screenlog = beautier::create_screenlog(filename = ""),
treelog = beautier::create_treelog(filename = peregrine::get_pff_tempfile())
)
chain_length |
length of the MCMC chain |
store_every |
number of states the MCMC will process
before the posterior's state will be saved to file.
Use -1 or |
pre_burnin |
number of burn in samples taken before entering the main loop |
n_init_attempts |
number of initialization attempts before failing |
sample_from_prior |
set to TRUE to sample from the prior |
tracelog |
a |
screenlog |
a |
treelog |
a |
Giovanni Laudanno, Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.