Package: ahpsurvey
Type: Package
Title: Analytic Hierarchy Process for Survey Data
Version: 0.4.1
Authors@R: person("Frankie", "Cho", email = "htcho@connect.hku.hk", role = c("aut", "cre"))
Description: The Analytic Hierarchy Process is a versatile multi-criteria decision-making tool introduced by Saaty (1987) <doi:10.1016/0270-0255(87)90473-8> that allows decision-makers to weigh attributes and evaluate alternatives presented to them.    This package provides a consistent methodology for researchers to reformat data and run analytic hierarchy process in R on data that are formatted using the survey data entry mode. It is optimized for performing the analytic hierarchy process with many decision-makers, and provides tools and options for researchers to aggregate individual preferences and test multiple options. It also allows researchers to quantify, visualize and correct for inconsistency in the decision-maker's comparisons.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.1
Imports: Rdpack, stats, magrittr, knitr, tidyr, dplyr, randomNames
Suggests: ggplot2, scales
RdMacros: Rdpack
Collate: 'ahp_mat.R' 'ahp_indpref.R' 'ahp_pwerror.R' 'ahp_cr.R' 'ahp.R'
        'ahp_RI.R' 'ahp_aggjudge.R' 'ahp_aggpref.R' 'ahp_bweight.R'
        'ahp_error.R' 'ahp_harker.R' 'ahp_missing.R' 'ahpsurvey.R'
        'data.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-24 15:56:21 UTC; chohinting
Author: Frankie Cho [aut, cre]
Maintainer: Frankie Cho <htcho@connect.hku.hk>
Repository: CRAN
Date/Publication: 2019-11-24 16:10:02 UTC
