getFormulae function

Export Boruta result as a formula

Export Boruta result as a formula

Functions which convert the Boruta selection into a formula, so that it could be passed further to other functions.

getConfirmedFormula(x) getNonRejectedFormula(x)

Arguments

  • x: an object of a class Boruta, made using a formula interface.

Returns

Formula, corresponding to the Boruta results. getConfirmedFormula returns only Confirmed attributes, getNonRejectedFormula also adds Tentative ones.

Note

This operation is possible only when Boruta selection was invoked using a formula interface.

  • Maintainer: Miron Bartosz Kursa
  • License: GPL (>= 2)
  • Last published: 2022-11-12