parse_beast_tracelog_file {tracerer} | R Documentation |
.log
output fileParses a BEAST2 tracelog .log
output file
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.
parse_beast_tracelog_file(
tracelog_filename = get_tracerer_path("beast2_example_output.log")
)