-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.02 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
Package: rwa
Type: Package
Title: Perform a Relative Weights Analysis
Version: 0.0.3
Author: Martin Chan <[email protected]>
Maintainer: Martin Chan <[email protected]>
Description: Perform a Relative Weights Analysis (RWA) (a.k.a. Key Drivers Analysis) as per the method described
in Tonidandel & LeBreton (2015) <DOI:10.1007/s10869-014-9351-z>, with its original roots in Johnson (2000) <DOI:10.1207/S15327906MBR3501_1>. In essence, RWA decomposes
the total variance predicted in a regression model into weights that accurately reflect the proportional
contribution of the predictor variables, which addresses the issue of multi-collinearity. In typical scenarios,
RWA returns similar results to Shapley regression, but with a significant advantage on computational performance.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/martinctc/rwa
BugReports: https://github.com/martinctc/rwa/issues
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
magrittr,
stats,
tidyr,
ggplot2