calc_esses | R Documentation |
Calculates the Effective Sample Sizes from a parsed BEAST2 log file
calc_esses(traces, sample_interval)
traces |
a dataframe with traces with removed burn-in |
sample_interval |
the interval in timesteps between samples |
the effective sample sizes
Richèl J.C. Bilderbeek
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.