setup_model | R Documentation |
Set up DAISIE_ML arguments
setup_model(model, low_rates = FALSE, par_upper_bound = Inf)
model |
A string with model that should run. Models are as follows:
|
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. |
par_upper_bound |
A numeric defining the upper limit of the integration of a parameter when fitting the relaxed-rate DAISIE model. If the DAISIE model being applied is not the relaxed-rate model, this parameter can be ignored and left as its default as it does not influence the model. |
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.