parse_beast2_output_to_ns {babette} | R 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()
[Package babette version 2.3.4 Index]