Package: varImp
Title: RF Variable Importance for Arbitrary Measures
Version: 0.3
Authors@R: c(
    person("Philipp", "Probst", email = "philipp_probst@gmx.de", role = c("aut", "cre")),
    person("Silke","Janitza", email = "silke.janitza@gmail.com", role = "ctb"))
Description: Computes the random forest variable importance (VIMP) for the conditional inference random forest (cforest) of the 'party' package. Includes a function (varImp) that computes the VIMP for arbitrary measures from the 'measures' package. For calculating the VIMP regarding the measures accuracy and AUC two extra functions exist (varImpACC and varImpAUC).
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.0.0), measures, party, stats
LazyData: true
Date: 2019-04-16
RoxygenNote: 6.1.1
Suggests: testthat, ranger
NeedsCompilation: no
Packaged: 2019-05-03 14:00:57 UTC; lucia
Author: Philipp Probst [aut, cre],
  Silke Janitza [ctb]
Maintainer: Philipp Probst <philipp_probst@gmx.de>
Repository: CRAN
Date/Publication: 2019-05-03 14:20:03 UTC
