View source: R/FRESAModelingFunctions.R
BESS | R Documentation |
Fits a BeSS::bess
object to the data, and return the selected features
BESS(formula = formula, data=NULL, method="sequential", ic.type="BIC",...)
BESS_GSECTION(formula = formula, data=NULL, method="gsection", ic.type="NULL",...)
BESS_EBIC(formula = formula, data=NULL, ic.type="EBIC",...)
formula |
The base formula to extract the outcome |
data |
The data to be used for training the bess model |
method |
BeSS: Methods to be used to select the optimal model size |
ic.type |
BeSS: Types of best model returned. |
... |
Parameters to be passed to the |
fit |
The |
formula |
The formula |
usedFeatures |
The list of features used by fit |
selectedfeatures |
The character vector of the model features according to BeSS type |
Jorge Orozco
BeSS::bess
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.