bestSubset {QFASA} | R Documentation |
Find the pair of starting species with the best (lowest) IC value among all possible pairs of species in prey.mat Used in forward selection when no starting species are specified
Description
Find the pair of starting species with the best (lowest) IC value among all possible pairs of species in prey.mat Used in forward selection when no starting species are specified
Usage
bestSubset(
pred.mat,
prey.mat,
cal.vec,
fat.vec,
ext.fa,
k = 2,
silence = FALSE
)
[Package QFASA version 1.2.0 Index]