-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.65 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
Package: dominanceanalysis
Title: Dominance Analysis
Date: 2024-02-04
Encoding: UTF-8
Description: Dominance analysis is a method that allows to compare the
relative importance of predictors in multiple regression models:
ordinary least squares, generalized linear models,
hierarchical linear models, beta regression and dynamic linear models.
The main principles and methods of
dominance analysis are described in
Budescu, D. V. (1993) <doi:10.1037/0033-2909.114.3.542> and
Azen, R., & Budescu, D. V. (2003) <doi:10.1037/1082-989X.8.2.129>
for ordinary least squares regression. Subsequently, the extensions
for multivariate regression, logistic regression and
hierarchical linear models were described in
Azen, R., & Budescu, D. V. (2006) <doi:10.3102/10769986031002157>,
Azen, R., & Traxel, N. (2009) <doi:10.3102/1076998609332754> and
Luo, W., & Azen, R. (2013) <doi:10.3102/1076998612458319>,
respectively.
Authors@R: c(
person("Claudio", "Bustos Navarrete",
email = "clbustos@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-3478-9858")),
person("Filipa", "Coutinho Soares",
email = "filipa.mco.soares@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-7579-2538")))
Version: 2.1.0.9000
Depends:
R (>= 4.0.0)
License: GPL-2
LazyData: true
Imports: methods, stats, ggplot2
Suggests: lme4, boot, testthat, car, covr, knitr,rmarkdown,pscl, dynlm, reshape2, betareg, performance
RoxygenNote: 7.2.3
VignetteBuilder: knitr