View source: R/setup_2type_model.R
setup_2type_model | R Documentation |
Set up DAISIE_ML arguments
setup_2type_model(model, prop_type2_pool, low_rates = FALSE)
model |
A string with model that should run. Models are as follows:
|
prop_type2_pool |
A numeric determining the proportion of the mainland species pool that is composed on type 2 species. |
low_rates |
Boolean determining whether the random sampling of initial parameter estimates should be sampled from a broad range (FALSE) or from a restricted range where the initial rates a ensured to be smaller (TRUE). The latter helps when using large datasets that may fail the initial likelihood computation with higher rates that could be sampled from the broad range of rates. |
A named list with DAISIE::DAISIE_ML()
arguments.
Luis M Valente, Pedro Santos Neves, Joshua W. Lambert
model <- "cr_dd"
setup_model(
model = model
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.