powered by
.log
Parses a BEAST2 tracelog .log output file
parse_beast_tracelog_file(tracelog_filename)
data frame with the parameter estimates
name of the BEAST2 tracelog .log output file, as can be read using parse_beast_tracelog_file
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.
remove_burn_ins
save_beast_estimates
parse_beast_tracelog_file( tracelog_filename = get_tracerer_path("beast2_example_output.log") )
Run the code above in your browser using DataLab