Package: logicDT
Type: Package
Title: Identifying Interactions Between Binary Predictors
Version: 1.0.5
Authors@R: person("Michael", "Lau", email = "michael.lau@hhu.de",
  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5327-8351"))
Description: A statistical learning method that tries to find the best set
  of predictors and interactions between predictors for modeling binary or
  quantitative response data in a decision tree. Several search algorithms
  and ensembling techniques are implemented allowing for finetuning the
  method to the specific problem. Interactions with quantitative
  covariables can be properly taken into account by fitting local
  regression models. Moreover, a variable importance measure for assessing
  marginal and interaction effects is provided. Implements the
  procedures proposed by Lau et al. (2024, <doi:10.1007/s10994-023-06488-6>).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: glmnet, graphics, stats, utils
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2024-09-23 13:12:36 UTC; Michael
Author: Michael Lau [aut, cre] (<https://orcid.org/0000-0002-5327-8351>)
Maintainer: Michael Lau <michael.lau@hhu.de>
Repository: CRAN
Date/Publication: 2024-09-23 13:30:34 UTC
