The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Provides missing data imputation through two complementary engines: a large language model engine that communicates with the 'Anthropic' 'Claude' application programming interface for context-aware semantic imputation, and a fully self-contained offline engine implementing nineteen statistical and machine learning algorithms entirely in base R with no additional package dependencies. Offline methods include mean, median, mode, last observation carried forward, next observation carried backward, hot-deck, predictive mean matching, k-nearest neighbours, ordinary least-squares regression, Lasso with coordinate descent, Ridge with closed-form solution, Bayesian Ridge regression with evidence approximation following MacKay (1992), support vector regression with a radial basis function kernel, classification and regression trees, random forests, gradient boosting, iterative random forest imputation, principal component analysis imputation via iterative singular value decomposition, and nuclear-norm minimisation via singular value thresholding. When no API key is available the package automatically falls back to the offline engine, ensuring full operation in environments without internet access. Every imputed value is accompanied by a confidence score and a plain-language reasoning string, producing reproducible audit trails. The automatic method selector chooses the best algorithm per column based on data type, skewness, missingness rate, and inter-column correlations.
| Version: | 0.1.0 |
| Depends: | R (≥ 4.1.0) |
| Imports: | httr2 (≥ 1.0.0), methods, jsonlite (≥ 1.8.0), cli (≥ 3.6.0) |
| Suggests: | testthat (≥ 3.0.0), knitr (≥ 1.40), rmarkdown (≥ 2.14), withr (≥ 2.5.0) |
| Published: | 2026-06-23 |
| DOI: | 10.32614/CRAN.package.llmimpute |
| Author: | Sadikul Islam |
| Maintainer: | Sadikul Islam <sadikul.islamiasri at gmail.com> |
| BugReports: | https://cran.r-project.org/submit.html |
| License: | MIT + file LICENSE |
| NeedsCompilation: | no |
| Language: | en-US |
| Materials: | NEWS |
| CRAN checks: | llmimpute results |
| Reference manual: | llmimpute.html , llmimpute.pdf |
| Vignettes: |
Getting started with llmimpute (source, R code) |
| Package source: | llmimpute_0.1.0.tar.gz |
| Windows binaries: | r-devel: llmimpute_0.1.0.zip, r-release: llmimpute_0.1.0.zip, r-oldrel: llmimpute_0.1.0.zip |
| macOS binaries: | r-release (arm64): llmimpute_0.1.0.tgz, r-oldrel (arm64): llmimpute_0.1.0.tgz, r-release (x86_64): llmimpute_0.1.0.tgz, r-oldrel (x86_64): llmimpute_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=llmimpute to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.