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.
- Host: GitHub
- URL: https://github.com/yard1/linearordering
- Owner: Yard1
- License: other
- Created: 2019-10-07T16:23:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T21:13:59.000Z (about 4 years ago)
- Last Synced: 2025-01-19T07:23:55.091Z (5 months ago)
- Topics: data-analysis, data-analysis-in-r, data-analysis-r, data-science, r
- Language: R
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# linearOrdering
[](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)