View source: R/All_Selection_Algorithm_Code.R
bestBackwardModel | 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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.