pbd_LR(
brts,
initparsoptPBD,
initparsoptCR,
missnumspec,
outputfilename = NULL,
seed = 42,
endmc = 1000,
alpha = 0.05,
plotit = TRUE,
parsfunc = c(function(t,pars) {pars[1]},
function(t,pars) {pars[2]},
function(t,pars) {pars[3]},
function(t,pars) {pars[4]}),
cond = 1,
btorph = 1,
soc = 2,
methode = 'lsoda',
n_low = 0,
n_up = 0,
tol = c(1E-6,1E-6,1E-6),
maxiter = 2000,
optimmethod = 'subplex',
verbose = FALSE
)
$model
- the model used to generate the data. 0 = unknown (for real data), 1 = CR, 2 = PBD
$mc
- the simulation number for each model
$b_CR
- speciation rate estimated under CR
$mu_CR
- extinction rate estimated under CR
$LL_CR
- maximum likelihood estimated under CR
$conv_CR
- convergence code for likelihood optimization; conv = 0 means convergence
$b_PBD1
- speciation-initation rate estimated under PBD for first set of initial values
$mu_PB1
- extinction rate estimated under DD for first set of initial values
$lambda_PB1
- speciation-completion rate estimated under PBD for first set of initial values
$LL_PBD1
- maximum likelihood estimated under DD for first set of initial values
$conv_PBD1
- convergence code for likelihood optimization for first set of initial values; conv = 0 means convergence
$b_PBD2
- speciation-initation rate estimated under PBD for second set of initial values
$mu_PB2
- extinction rate estimated under DD for second set of initial values
$lambda_PB2
- speciation-completion rate estimated under PBD for second set of initial values
$LL_PBD2
- maximum likelihood estimated under DD for second set of initial values
$conv_PBD2
- convergence code for likelihood optimization for second set of initial values; conv = 0 means convergence
$LR
- likelihood ratio between DD and CR
pbd_loglik
,
pbd_ML