evaluateCombination: Get nll and IC values for a pair of species (this is used in...

View source: R/All_Selection_Algorithm_Code.R

evaluateCombinationR Documentation

Get nll and IC values for a pair of species (this is used in forward selection if the starting species are not specified; used on a list of all possible combinations of two species)

Description

Get nll and IC values for a pair of species (this is used in forward selection if the starting species are not specified; used on a list of all possible combinations of two species)

Usage

evaluateCombination(
  species.index,
  species.list,
  pred.mat,
  prey.mat,
  cal.vec,
  fat.vec,
  ext.fa,
  k = 2
)

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