Package: dominanceanalysis
Title: Dominance Analysis
Date: 2019-01-12
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 and
             hierarchical 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"),
         comment = c(ORCID = "0000-0003-3478-9858")),
  person("Filipa", "Coutinho Soares", email = "filipa.mco.soares@gmail.com", role = c("aut")))
Version: 1.0.0
Depends: R (>= 3.0.2)
License: GPL-2
LazyData: true
Imports: methods, stats
Suggests: lme4, boot, testthat, car, heplots, covr,
        knitr,rmarkdown,caTools,pscl
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-20 17:02:27 UTC; cdx
Author: Claudio Bustos Navarrete [aut, cre]
    (<https://orcid.org/0000-0003-3478-9858>),
  Filipa Coutinho Soares [aut]
Maintainer: Claudio Bustos Navarrete <clbustos@gmail.com>
Repository: CRAN
Date/Publication: 2019-01-30 18:03:21 UTC
