-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: ICRegress
Title: Interpretable Configurational Regression
Version: 0.0.0.9004
Authors@R:
person("Christopher", "Swader", , "christopher.swader@soc.lu.se", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5920-4129"))
Description: Interpretable Configurational Regression (ICR) uses a Machine Learning (genetic optimization) algorithm in order to separate the overall sample into different model-specific subgroups. It thus allows for a more case-sensitive assignment of cases to models within the regression paradigm.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10),
haven,
fastDummies,
scales,
data.table,
tibble,
matrixStats,
dplyr,
gifski,
ggplot2,
gganimate,
stringr,
cluster,
rpart,
rattle,
stringi,
ggplot2,
ggpubr,
tidyverse,
broom,
AICcmodavg,
ade4,
geomtextpath,
foreach,
flexmix,
doRNG,
doParallel,
Metrics,
partykit
LazyData: true
VignetteBuilder: knitr
Suggests: knitr, rmarkdown