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
)

QFASA documentation built on Sept. 11, 2024, 8:08 p.m.