linearOrdering

Build Status

linearOrdering is an R package providing several methods for linear ordering of numerical data.

Currently included methods: * Sum of ranks * Standardized sums * Hellwig’s (Hellwig, 1968) * TOPSIS (Hwang & Yoon, 1981).

Installation

Use devtools to install linearOrdering.

install.packages("devtools")
devtools::install_github("Yard1/linearOrdering")

Usage

Documentation included in the package itself.

Author

Antoni Baum

References

License

MIT