getConfirmedFormula | R Documentation |
Functions which convert the Boruta selection into a formula, so that it could be passed further to other functions.
getConfirmedFormula(x) getNonRejectedFormula(x)
x |
an object of a class Boruta, made using a formula interface. |
Formula, corresponding to the Boruta results.
getConfirmedFormula
returns only Confirmed attributes, getNonRejectedFormula
also adds Tentative ones.
This operation is possible only when Boruta selection was invoked using a formula interface.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.