Package: ahpsurvey Type: Package Title: Analytic Hierarchy Process for Survey Data Version: 0.4.2 Authors@R: person("Frankie", "Cho", email = "frankie.cho@monash.edu", role = c("aut", "cre", "cph")) Description: The Analytic Hierarchy Process is a versatile multi-criteria decision-making tool introduced by Saaty (1987) 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: 8.0.0 Roxygen: list(markdown = TRUE) Imports: Rdpack, stats, magrittr, dplyr Suggests: ggplot2, scales, rmarkdown, markdown, randomNames, knitr, tidyr 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_md.R' 'ahp_missing.R' 'ahpsurvey-package.R' 'data.R' VignetteBuilder: knitr Language: en-GB URL: https://frankiecho.github.io/ahpsurvey/, https://github.com/frankiecho/ahpsurvey BugReports: https://github.com/frankiecho/ahpsurvey/issues Repository: https://frankiecho.r-universe.dev Date/Publication: 2026-07-16 01:27:05 UTC RemoteUrl: https://github.com/frankiecho/ahpsurvey RemoteRef: HEAD RemoteSha: e59495636f302cef52c3acadd41270d36adb4df1 NeedsCompilation: no Packaged: 2026-07-16 10:10:53 UTC; root Author: Frankie Cho [aut, cre, cph] Maintainer: Frankie Cho