-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1.54 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: compindexR
Type: Package
Title: Calculates Composite Index
Version: 0.1.1
Authors@R: c(
person("Olgun", "Aydin", email = "olgun.aydin@pg.edu.pl", role = c("cre"),
comment = c(ORCID = "0000-0002-7090-0931")),
person("Marta", "Kuc-Czarnecka", email = "mkuc@zie.pg.gda.pl", role = c("aut"),
comment = c(ORCID = "0000-0003-2970-9980")),
person("Michal", " Pietrzak", email = "michal.pietrzak@zie.pg.gda.pl", role = c("aut"),
comment = c(ORCID = "0000-0002-9263-4478")))
Description: It uses the first-order sensitivity index to measure whether the weights assigned by the creator of the composite indicator match the actual importance of the variables. Moreover, the variance inflation factor is used to reduce the set of correlated variables. In the case of a discrepancy between the importance and the assigned weight, the script determines weights that allow adjustment of the weights to the intended impact of variables. If the optimised weights are unable to reflect the desired importance, the highly correlated variables are reduced, taking into account variance inflation factor. The final outcome of the script is the calculated value of the composite indicator based on optimal weights and a reduced set of variables, and the linear ordering of the analysed objects.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/olgnaydn/compindexR
BugReports: https://github.com/olgnaydn/compindexR/issues
Depends: R (>= 4.0.0), car (>= 3.1.0), pracma(>= 2.3.8), dplyr(>= 1.0.7), NlcOptim(>= 0.6)
RoxygenNote: 7.1.1