# Parse an example log file
estimates <- parse_beast_tracelog_file(
get_tracerer_path("beast2_example_output.log")
)
# Calculate the effective sample sizes of all parameter estimates
calc_esses(estimates, sample_interval = 1000)
Run the code above in your browser using DataLab