You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most models in the studies using DAISIErobustness incorporate some form of diversity dependence. calc_ml() is calling DAISIE::DAISIE_ML_CS() with ddep = 0, i.e., no diversity dependence in the MLE. This should be changed to ddep = 11, meaning:
linear dependence in speciation rate and in immigration rate
Change calc_ml() and make appropriate corrections.
Further misspecifications of DD in the pipeline should also be checked for.
The text was updated successfully, but these errors were encountered:
Most models in the studies using
DAISIErobustness
incorporate some form of diversity dependence.calc_ml()
is callingDAISIE::DAISIE_ML_CS()
withddep = 0
, i.e., no diversity dependence in the MLE. This should be changed toddep = 11
, meaning:Change
calc_ml()
and make appropriate corrections.Further misspecifications of DD in the pipeline should also be checked for.
The text was updated successfully, but these errors were encountered: