Learn R Programming

QFASA (version 1.2.1)

bestForwardModel: 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
)

Arguments