bestForwardModel {QFASA} | R Documentation |
Finds the species combination with the best# (lowest) IC value achievable by adding a single species from full.prey.mat. Used for each iteration of forward selection.
Description
Finds the species combination with the best# (lowest) IC value achievable by adding a single species from full.prey.mat. Used for each iteration of forward selection.
Usage
bestForwardModel(
pred.mat,
full.prey.mat,
prey.mat,
cal.vec,
fat.vec,
ext.fa,
k = 2,
silence = FALSE
)
[Package QFASA version 1.2.0 Index]