summary.ahpgaussian {AHPGaussian} | R Documentation |
Summary Method for ahpgaussian objects
Description
Returns (and prints) a summary list for ahpgaussian
) objects.
Usage
## S3 method for class 'ahpgaussian'
summary(object,
presentation=FALSE, ...)
Arguments
object |
A given object of the class |
presentation |
Logic.
If |
... |
Potential further arguments (require by generic). |
Author(s)
Cid Edson Povoas (cidedson@gmail.com)
References
dos Santos, M, Costa, I. P. de A., & Gomes, C. F. S. (2021) Multicriteria decision-making in the selection of warships: a new approach to the ahp method. International Journal of the Analytic Hierarchy Process, 13(1). <doi:10.13033/ijahp.v13i1.833>
See Also
Examples
##
## Example 1
## ahpgaussian
##
# ahpgaussian
ws <- ahpgaussian(warships)
summary(ws)
[Package AHPGaussian version 0.1.1 Index]