RMCLab: Lab for Matrix Completion and Imputation of Discrete Rating Data

Collection of methods for rating matrix completion, which is a statistical framework for recommender systems. Another relevant application is the imputation of rating-scale survey data in the social and behavioral sciences. Note that matrix completion and imputation are synonymous terms used in different streams of the literature. The main functionality implements robust matrix completion for discrete rating-scale data with a low-rank constraint on a latent continuous matrix (Archimbaud, Alfons, and Wilms (2025) <doi:10.48550/arXiv.2412.20802>). In addition, the package provides wrapper functions for 'softImpute' (Mazumder, Hastie, and Tibshirani, 2010, <https://www.jmlr.org/papers/v11/mazumder10a.html>; Hastie, Mazumder, Lee, Zadeh, 2015, <https://www.jmlr.org/papers/v16/hastie15a.html>) for easy tuning of the regularization parameter, as well as benchmark methods such as median imputation and mode imputation.

Version: 0.1.0
Depends: R (≥ 3.5.0)
Imports: Rcpp, softImpute
LinkingTo: Rcpp, RcppArmadillo
Published: 2025-07-28
DOI: 10.32614/CRAN.package.RMCLab
Author: Andreas Alfons ORCID iD [aut, cre], Aurore Archimbaud ORCID iD [aut]
Maintainer: Andreas Alfons <alfons at ese.eur.nl>
BugReports: https://github.com/aalfons/RMCLab/issues
License: GPL (≥ 3)
URL: https://github.com/aalfons/RMCLab
NeedsCompilation: yes
Materials: README
CRAN checks: RMCLab results

Documentation:

Reference manual: RMCLab.html , RMCLab.pdf

Downloads:

Package source: RMCLab_0.1.0.tar.gz
Windows binaries: r-devel: RMCLab_0.1.0.zip, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): RMCLab_0.1.0.tgz, r-oldrel (arm64): RMCLab_0.1.0.tgz, r-release (x86_64): RMCLab_0.1.0.tgz, r-oldrel (x86_64): RMCLab_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RMCLab to link to this page.