evaluation | R Documentation |
evaluation()
evaluation( X, y, genes, fit.function = AIC, glm.family, HallOfFame.genes = NULL, HallOfFame.fit = NULL )
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. |
Jiayang Nie
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.