An open API service indexing awesome lists of open source software.

https://github.com/yard1/linearordering

An R package. Provides various methods of linear ordering of data. Supports weights and positive/negative impacts.
https://github.com/yard1/linearordering

data-analysis data-analysis-in-r data-analysis-r data-science r

Last synced: 3 months ago
JSON representation

An R package. Provides various methods of linear ordering of data. Supports weights and positive/negative impacts.

Awesome Lists containing this project

README

        

# linearOrdering
[![Build Status](https://travis-ci.org/Yard1/linearOrdering.svg?branch=master)](https://travis-ci.org/Yard1/linearOrdering)

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 install.packages() (for the release version) or devtools (for the development version) to install linearOrdering.

```r
install.packages("linearOrdering")
```

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

## Usage

Documentation included in the package itself.

## Author
Antoni Baum

## References
* [Hellwig, Z. (1968). On the optimal choice of predictors. UNESCO.](https://unesdoc.unesco.org/ark:/48223/pf0000158559.locale=en)
* Yoon, K. P., & Hwang, C. L. (1981). Multiple Attribute Decision Making: Methods and Applications. New York: Springer-Verlag. ISBN: 978-3-642-48318-9

## License
[MIT](https://github.com/Yard1/linearOrdering/blob/master/LICENSE.md)