bestBackwardModel: Finds the species combination with the best (lowest) IC value...

View source: R/All_Selection_Algorithm_Code.R

bestBackwardModelR 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.

Description

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.

Usage

bestBackwardModel(
  pred.mat,
  prey.mat,
  cal.vec,
  fat.vec,
  ext.fa,
  starting.estimates,
  k = 2,
  cutoff = 0.01,
  silence = FALSE
)

justinkamerman/QFASA documentation built on Aug. 30, 2024, 1:15 p.m.