View source: R/parse_beast2_output_to_ns.R
parse_beast2_output_to_ns | R Documentation |
Parse the BEAST2 output when run with the BEAST2 NS ('Nested Sampling') package.
parse_beast2_output_to_ns(output)
output |
screen output |
a list with the following elements:
marg_log_lik
the marginal log likelihood estimate
marg_log_lik_sd
the standard deviation around the estimate
Richèl J.C. Bilderbeek
use create_test_ns_output
to obtain
a test screen output.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.