parse_beast_tracelog_file {tracerer} | R Documentation |
Parses a BEAST2 tracelog .log
output file
Description
Parses a BEAST2 tracelog .log
output file
Usage
parse_beast_tracelog_file(tracelog_filename)
Arguments
tracelog_filename |
name of the BEAST2 tracelog |
Value
data frame with the parameter estimates
Author(s)
Richèl J.C. Bilderbeek
See Also
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.
Examples
parse_beast_tracelog_file(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)
[Package tracerer version 2.2.3 Index]