DAISIE_IC | R Documentation |
Calculates information criterion from DAISIE ML estimates?
DAISIE_IC(
datalist,
initparsopt,
idparsopt,
parsfix,
idparsfix,
endmc = 1000,
res = 100,
cond = 0,
ddmodel = 0
)
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. |
initparsopt |
The initial values of the parameters that must be optimized, they are all positive. |
idparsopt |
The ids of the parameters that must be optimized. The ids
are defined as follows: |
parsfix |
The values of the parameters that should not be optimized. |
idparsfix |
The ids of the parameters that should not be optimized, e.g. c(1,3) if lambda^c and K should not be optimized. |
endmc |
Numeric for how many simulations should run. |
res |
Sets the maximum number of species for which a probability must be computed, must be larger than the size of the largest clade. |
cond |
cond = 0 : conditioning on island age |
ddmodel |
Sets the model of diversity-dependence: |
List of two numerics with WIC and AICb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.