Description Usage Arguments Author(s)
View source: R/mbd_calc_max_lik.R
Do an MBD maximum likelihood estimate.
1 2 3 4 5 6 7 8 | mbd_calc_max_lik(
branching_times,
init_param_values,
fixed_params,
opt_params,
init_n_species = 2,
conditioned_on = "nothing"
)
|
branching_times |
the branching times of the phylogeny |
init_param_values |
initial parameter values,
as created with |
fixed_params |
the parameters that are fixed. This is a list of the four parameter names, and a boolean to indicate if it is fixed yes/no. Use create_mbd_params_selector to create such a list |
opt_params |
the parameters that are optimized. This is a list of the four parameter names, and a boolean to indicate if it is optimized yes/no. Use create_mbd_params_selector to create such a list |
init_n_species |
the number of species at the moment of the first branching time. Can be either one or two:
|
conditioned_on |
on what must be the likelihood estimation be conditioned:
|
Richel J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.