View source: R/create_pff_pir_params.R
create_pff_pir_params | R Documentation |
pir_params
with PFFsCreate a pir_params
with PFFs
create_pff_pir_params(
alignment_params,
twinning_params = NA,
experiments = list(pirouette::create_experiment()),
error_measure_params = pirouette::create_error_measure_params(),
evidence_filename = NA,
verbose = FALSE
)
alignment_params |
parameters for creating an alignment,
as can be created by |
twinning_params |
parameters for creating a twin tree,
as can be created by |
experiments |
a list of one or more pirouette experiments, as can be created by create_experiment. If more than one experiment is provided and a "generative" experiment is part of them, the "generative" one has to be the first in the list. |
error_measure_params |
parameters to set how the error
between given tree and inferred trees in measure,
as can be created by |
evidence_filename |
filename to store the estimated evidences (aka marginal likelihoods) |
verbose |
give more output |
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.