bestSubsetSearch | R Documentation |
Evaluate information criteria for best subset selection
bestSubsetSearch(Y, data, variables, maxk = 5)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.