================================================= munfold: Metric Multidimensional Unfolding in R ================================================= .. division:: left-aligned a-no-ul |Current release on GitHub| |CRAN| |Total downloads from RStudio CRAN mirror| |Monthly downloads from RStudio CRAN mirror| Multi-dimensional unfolding is a procedure to recover positions of two sets of points from a matrix of distances between the points of both groups. For some of my `research work `__, I implemented the algorithm for metric multi-dimensional unfolding that Peter Schönemann published back in 1970 in `Psychometrika `__. This is not the most advanced algorithm, however it is quite robust and quick when a large number of points is involved. Note that it is an algorithm for *metric* unfolding. That is, the input data need to be interpretable as real distances. The package that contains my implementation of Schönemann's algorithm is called *munfold*. It is now published on `CRAN `__. Development occurs on `GitHub `__, where both `releases `__ and the `development tree `__ can be found. .. figure:: unfold-demo.svg A demonstration of multidimensional unfolding. The left panel shows the original configuration, the right panel shows the reconstructed configuration. Note that the Schoenemann algorithm leads to a successful reconstruction of the circle only if the positions of the points are very slightly perturbed. Documentation ============= .. toctree:: :titlesonly: :maxdepth: 1 munfold/manual-pages munfold/manual-index .. |Travis build status| image:: https://travis-ci.org/melff/munfold.svg?branch=master :target: https://travis-ci.org/melff/munfold .. |Current release on GitHub| image:: https://img.shields.io/github/release/melff/munfold.svg :target: https://github.com/melff/munfold/releases/ .. |CRAN| image:: https://www.r-pkg.org/badges/version/munfold :target: https://cran.r-project.org/package=munfold .. |Total downloads from RStudio CRAN mirror| image:: https://cranlogs.r-pkg.org/badges/grand-total/munfold :target: https://cran.r-project.org/web/packages/munfold/index.html .. |Monthly downloads from RStudio CRAN mirror| image:: https://cranlogs.r-pkg.org/badges/munfold :target: https://cran.r-project.org/web/packages/munfold/index.html