Learn R Programming

tracerer (version 2.2.3)

calc_esses: Calculates the Effective Sample Sizes from a parsed BEAST2 log file

Description

Calculates the Effective Sample Sizes from a parsed BEAST2 log file

Usage

calc_esses(traces, sample_interval)

Value

the effective sample sizes

Arguments

traces

a dataframe with traces with removed burn-in

sample_interval

the interval in timesteps between samples

Author

Richèl J.C. Bilderbeek

Examples

Run this code
# 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