Evaluate information criteria for best subset selection

bestSubsetSearch(Y, data, variables, maxk = 5)

Arguments

Y

response matrix with responses ad columns and samples as rows

data

data.frame with columns corresponding to formula

variables

array of variable names to be considered in the regression. Random effects are not allowed

maxk

evaluate all combinations of variables up to size maxk