bestForwardModel: Finds the species combination with the best# (lowest) IC...

View source: R/All_Selection_Algorithm_Code.R

bestForwardModelR 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
)

QFASA documentation built on Nov. 17, 2023, 1:08 a.m.