NEWS
smacofx 1.7-1
- Added smacofPO for nonlinear MDS with power functions.
smacofx 1.6-1 (2024-09-22)
- Fixed a bug in the optimal scaling for the disparities.
smacofx 1.5-1
- Added a weightmat and a type argument to bcmds and lmds. Not of consequence for the fit, but to streamline UI. Changed $weightmat slot in bcmds to diagonal matrix.
smacofx 1.5-0
- Added Koller data snapshot.
smacofx 1.4-1
- Changed smpds (and related funcs) to weight zero is d(X)^kappa>tau, not d(X)>tau as before
smacofx 1.3-3
- Added argument normconf to bcmds and lmds so that the configuration get normed the same way as the power stresses (default is FALSE). Note that then the foo$confdist no longer matched dist(foo$conf). Added biplotmds for bcmds and lmds objects (which work better with the non-normalized configurations in these two).
smacofx 1.3-2
- Fixed biplotmds to work with any objects that inherit from smacof (e.g. in cops).
smacofx 1.3-1
- Added a handler for the itmax in a call when using jackknife.smacofP oder bootmds.smacofP so that it is passed down accordingly. Necessary also for the corresponding methods in stops.
smacofx 1.2-4
- Changed default nrep in multistart.
smacofx 1.2-3
- Fixed jackmds and smacofxDeleteOne to also work with init. New multistart default and updates to docs.
smacofx 1.2-2
- Fixed returned calls for functions that internally call other functions.
smacofx 1.2-1
- Fixed jackknife to work with weightmat and also with bcmds and lmds. Updated docs.
smacofx 1.2-0
- Fixed jackknife for smacofP objects (jackmds).
smacofx 1.1-0
smacofx 1.0-1
- Fixed minor bugs in lmds and bcmds.
smacofx 1.0-0
- Fixed some docs and set numbering to start at 1.0-0. Fixed roxygen @docType change from here https://github.com/r-lib/roxygen2/issues/1491.
smacofx 0.6-6 (2023-08-17)
- Fixed CRAN request: Exported biplotmds.smacofP. On CRAN now, initial CRAN release.
smacofx 0.6-5
- Fixed CRAN requests: changed \donttrun to \donttest, added on.exit() when there were changes to par, for examples that changed par we reconstruct the original par.
smacofx 0.6-4
- Tested and submitted to CRAN.
smacofx 0.6-3
- Updated examples for permtest to be <5s. Updated DESCRIPTION and docs.
smacofx 0.6-2
- Changed init=NULL handling in the sparsified models. We now fit an rstress model instead of torgerson (more useful since we cut off based on fitted distances).
smacofx 0.6-1
- Added new clca and clda that wrap ProjectionBasedClustering::CCA as works horse.
smacofx 0.6-0
- Renamed clca and pclca and clda and pclda functionalities to spmds (sparsified post mds) as our implementation is only inspired by CLCA. The used majorization is a quasi-majorization which means stress can increase in iterations or completely fail up until the point where we have a stable assignment of weight that are 0. The sparsity is not necessarily optimal and will likely be improved upon in the future.
smacofx 0.5-0
- Improved clca and pclca objects. Added clda, pclda, som_pclda som_clda.
smacofx 0.4-3
- Some bug fixes, new docs and tests. Improved clca and pclca and som_clca som_pclca.
smacofx 0.4-0
- Made plot.cmdscalex with the same defaults as plot.smacofP
smacofx 0.3-2
- sammon can now also take data frames.
smacofx 0.3-1
- Updated cmdscale wrapper and the plot function for cmdscalex. Same for sammon. Factorized all into their own files.
smacofx 0.3-0
- Added function for self organizing map-style clca.
smacofx 0.2-0
- Fixed compiling issues and methods and all.
smacofx 0.0-1
- Forked the present functionality from the COPS and STOPS packages to this package.