Description Usage Arguments Details Value Author(s) References See Also
View source: R/DAISIE_loglik_IW.R
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
1 2  | DAISIE_loglik_IW(pars1, pars2, datalist, methode = "ode45",
  abstolint = 1e-16, reltolint = 1e-14, 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. See package deSolve for details. Default is "ode45"  | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.