evaluation: evaluation()

View source: R/Evaluation.R

evaluationR Documentation

evaluation()

Description

evaluation()

Usage

evaluation(
  X,
  y,
  genes,
  fit.function = AIC,
  glm.family,
  HallOfFame.genes = NULL,
  HallOfFame.fit = NULL
)

Arguments

X

m by n matrix of X as covariate

y

list of numbers; the variable to be regressed on

genes

n by P matrix; P columns of genes with length n (composed of 1s and 0s)

fit.function

a user defined function; this function will give the fitness value of any given gene and X, and y variable. By defaut, it is the AIC.

Author(s)

Jiayang Nie


jnieser/GeneticAlgorithmRPackage documentation built on March 19, 2022, 5:35 a.m.