-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.39 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
46
47
48
49
50
Package: domir
Title: Tools to Support Relative Importance Analysis
Version: 1.2.0
Date: 2024-5-4
Authors@R:
person(given = "Joseph",
family = "Luchman",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8886-9717"))
Description: Methods to apply decomposition-based relative importance
analysis for R functions. This package supports the application of
decomposition methods by providing 'lapply'- or 'Map'-like meta-functions that
compute dominance analysis (Azen, R., & Budescu, D. V. (2003)
<doi:10.1037/1082-989X.8.2.129>; Grömping, U. (2007)
<doi:10.1198/000313007X188252>) an extension of Shapley value regression
(Lipovetsky, S., & Conklin, M. (2001) <doi:10.1002/asmb.446>)
based on the values returned from other functions.
Imports:
parallel,
stats,
utils
Suggests:
dplyr,
dominanceanalysis,
forcats,
Formula,
ggplot2,
knitr,
lme4,
parameters,
performance,
pscl,
purrr,
relaimpo,
rlang,
rmarkdown,
stringr,
systemfit,
testthat (>= 3.0.0),
tidyr
License: GPL (>= 3)
URL: https://github.com/jluchman/domir, https://jluchman.github.io/domir/
BugReports: https://github.com/jluchman/domir/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
VignetteBuilder: knitr
Language: en-US