Description Usage Arguments Value Author(s) See Also Examples
View source: R/parse_beast_tracelog_file.R
Parses a BEAST2 tracelog .log
output file
1 | parse_beast_tracelog_file(tracelog_filename)
|
tracelog_filename |
name of the BEAST2 tracelog |
data frame with the parameter estimates
Richèl J.C. Bilderbeek
Use remove_burn_ins
to remove the burn-in from
the returned parameter estimates.
Use save_beast_estimates
to save the estimates
to a .log
file.
1 2 3 | parse_beast_tracelog_file(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.