Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

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

Usage

Documentation included in the package itself.

Author

Antoni Baum

References

License

MIT

About

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

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.