View source: R/checkConvergence.R
checkConvergence | R Documentation |
Check output from phylogenetic MCMC analysis for convergence diagnostics
checkConvergence( path = NULL, list_files = NULL, format = "revbayes", control = makeControl() )
path |
Path to directory containing all files from the same analysis |
list_files |
List of files to check for convergence |
format |
The format of the phylogenetic output. Current supported formats are: "revbayes", "mb", "beast", "*beast", "phylobayes" |
control |
List of arguments to the function. Includes tracer (to calculate the ESS with Tracer method), burn-in, precision and names of parameters to exclude from the analysis |
List of type convenience.diag
## Not run: checkConvergence( path , format = "revbayes" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.