bestSubset: Find the pair of starting species with the best (lowest) IC...

View source: R/All_Selection_Algorithm_Code.R

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

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