parse_beast2_output_to_ns: Parse BEAST2 NS output

View source: R/parse_beast2_output_to_ns.R

parse_beast2_output_to_nsR Documentation

Parse BEAST2 NS output

Description

Parse the BEAST2 output when run with the BEAST2 NS ('Nested Sampling') package.

Usage

parse_beast2_output_to_ns(output)

Arguments

output

screen output

Value

a list with the following elements:

  • marg_log_lik the marginal log likelihood estimate

  • marg_log_lik_sd the standard deviation around the estimate

Author(s)

Richèl J.C. Bilderbeek

See Also

use create_test_ns_output to obtain a test screen output.

Examples

beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()

parse_beast2_output_to_ns(
  output = create_test_ns_output()
)

beastier::remove_beaustier_folders()
beastier::check_empty_beaustier_folders()

richelbilderbeek/babette documentation built on Oct. 10, 2023, 8:18 p.m.