Package: ModTools
Type: Package
Title: Building Regression and Classification Models
Version: 0.9.13
Date: 2024-09-25
Encoding: UTF-8
Authors@R: c(
  person("Andri", "Signorell", email = "andri@signorell.net", role = c("aut", "cre")),
  person("Bernhard" , "Compton",   role = c("ctb")),
  person("Marcel"   , "Dettling",  role = c("ctb")),
  person("Alexandre", "Hainard", role = "ctb"),
  person("Max"      , "Kuhn",      role = c("ctb")),
  person("Frédérique", "Lisacek", role = "ctb"),
  person("Michal"   , "Majka",     role = c("ctb")),
  person("Markus"   , "Müller", role = "ctb"),
  person("Dan"      , "Putler",    role = c("ctb")),
  person("Jean-Charles", "Sanchez", role = "ctb"),
  person("Natalia"  , "Tiberti", role = "ctb"),
  person("Natacha"  , "Turck", role = "ctb"),
  person("Jarek"    , "Tuszynski", role = c("ctb")),
  person("Robin"    , "Xavier",    role = c("ctb")),
  person("Achim"    , "Zeileis",   role = c("ctb")))
Description: Consistent user interface to the most common regression and classification algorithms, such as random forest, neural networks, C5 trees and support vector machines, complemented with a handful of auxiliary functions, such as variable importance and a tuning function for the parameters.
Depends: DescTools, MASS, nnet, survival, R (>= 3.5.0)
License: GPL (>= 2)
Suggests: VGAM
Imports: e1071, C50, rpart, randomForest, pROC, methods, relaimpo,
        rpart.plot, lattice, lmtest, car, robustbase, class,
        NeuralNetTools, naivebayes, sandwich, AER, boot, pscl
URL: https://andrisignorell.github.io/ModTools/,
        https://github.com/AndriSignorell/ModTools/
BugReports: https://github.com/AndriSignorell/ModTools/issues
LazyLoad: yes
LazyData: yes
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-09-29 19:45:48 UTC; andri
Author: Andri Signorell [aut, cre],
  Bernhard Compton [ctb],
  Marcel Dettling [ctb],
  Alexandre Hainard [ctb],
  Max Kuhn [ctb],
  Frédérique Lisacek [ctb],
  Michal Majka [ctb],
  Markus Müller [ctb],
  Dan Putler [ctb],
  Jean-Charles Sanchez [ctb],
  Natalia Tiberti [ctb],
  Natacha Turck [ctb],
  Jarek Tuszynski [ctb],
  Robin Xavier [ctb],
  Achim Zeileis [ctb]
Maintainer: Andri Signorell <andri@signorell.net>
Repository: CRAN
Date/Publication: 2024-09-30 07:10:13 UTC
Built: R 4.3.3; ; 2024-09-30 07:40:29 UTC; unix
