# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "llmimpute" in publications use:' type: software license: MIT title: 'llmimpute: Missing Data Imputation via Language Models and Statistics' version: 0.1.0 abstract: '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.' authors: - family-names: Islam given-names: Sadikul email: sadikul.islamiasri@gmail.com orcid: https://orcid.org/0000-0003-2924-7122 - family-names: Kaushal given-names: Rajesh repository: https://cran.r-universe.dev commit: a4214af4b5757f2ff4d1c4d07aee9ebbce8db6e3 url: https://cran.r-project.org/submit.html date-released: '2026-06-23' contact: - family-names: Islam given-names: Sadikul email: sadikul.islamiasri@gmail.com orcid: https://orcid.org/0000-0003-2924-7122