From b2b3937da20b9cd7d8b7fd9774d8714c91cc3dd3 Mon Sep 17 00:00:00 2001 From: Michael Hahsler Date: Tue, 29 Sep 2020 17:59:34 -0500 Subject: [PATCH] Link now to rdocumentation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be181e0..f723e82 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The following methods are available for dissimilarity data: * QAP - Quadratic assignment problem heuristic (2-SUM, linear seriation, inertia, banded anti-Robinson form) A detailed comparison of the methods is available in the paper -[An experimental comparison of seriation methods for one-mode two-way data.](http://dx.doi.org/10.1016/j.ejor.2016.08.066) (read[ preprint](https://michael.hahsler.net/research/misc/EJOR_seriation_2016.pdf)). +[An experimental comparison of seriation methods for one-mode two-way data.](http://dx.doi.org/10.1016/j.ejor.2016.08.066) (read [ preprint](https://michael.hahsler.net/research/misc/EJOR_seriation_2016.pdf)). The following methods are available for matrices: @@ -99,8 +99,8 @@ The following methods are available for matrices: ## References - +* [Reference manual for package seriation](https://www.rdocumentation.org/packages/seriation/) * Michael Hahsler, Kurt Hornik and Christian Buchta, [Getting Things in Order: An Introduction to the R Package seriation,](http://dx.doi.org/10.18637/jss.v025.i03) _Journal of Statistical Software,_ 25(3), 2008. * Michael Hahsler. [An experimental comparison of seriation methods for one-mode two-way data.](http://dx.doi.org/10.1016/j.ejor.2016.08.066) _European Journal of Operational Research,_ 257:133-143, 2017. (read [preprint](https://michael.hahsler.net/research/misc/EJOR_seriation_2016.pdf)) * [Seriation package vignette](https://cran.r-project.org/package=seriation/vignettes/seriation.pdf) with complete examples. -* [Reference manual](https://cran.r-project.org/package=seriation/seriation.pdf) +