bestBackwardModel {QFASA} | R Documentation |
Finds the species combination with the best (lowest) IC value achievable by dropping a single species from the prey.mat. Used for each iteration of backward elimination.
bestBackwardModel(
pred.mat,
prey.mat,
cal.vec,
fat.vec,
ext.fa,
starting.estimates,
k = 2,
cutoff = 0.01,
silence = FALSE
)