View source: R/DAISIE_loglik_IW.R
DAISIE_loglik_IW | R Documentation |
Computes the loglikelihood of the DAISIE model given colonization and branching times for lineages on an island, and a set of model parameters for the DAISIE model with island-wide diversity-dependence
DAISIE_loglik_IW(
pars1,
pars2,
datalist,
methode = "lsodes",
abstolint = 1e-12,
reltolint = 1e-10,
verbose = FALSE
)
pars1 |
Contains the model parameters: |
pars2 |
Contains the model settings |
datalist |
Data object containing information on colonisation and
branching times. This object can be generated using the DAISIE_dataprep
function, which converts a user-specified data table into a data object, but
the object can of course also be entered directly. It is an R list object
with the following elements. |
methode |
Method of the ODE-solver. Supported Boost |
abstolint |
Absolute tolerance of the integration |
reltolint |
Relative tolerance of the integration |
verbose |
Logical controling if progress is printed to console. |
The output is a loglikelihood value
The loglikelihood
Rampal S. Etienne & Bart Haegeman
Valente, L.M., A.B. Phillimore and R.S. Etienne (2015). Equilibrium and non-equilibrium dynamics simultaneously operate in the Galapagos islands. Ecology Letters 18: 844-852.
DAISIE_ML_IW
, DAISIE_loglik_CS
,
DAISIE_sim_cr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.