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.
lmi_impute() — unified imputation entry point.
Automatically selects between the LLM engine (Anthropic Claude API) and
the offline statistical engine based on API key availability.lmi_impute_offline() — fully self-contained imputation
using nineteen algorithms implemented in base R. No internet connection
or API key required.lmi_diagnose() — local missingness audit: reports
missing counts, percentages, and column types without any API
calls.lmi_set_api_key() / lmi_get_api_key() —
session-scoped API key management via options() or the
ANTHROPIC_API_KEY environment variable.lmi_set_model() / lmi_get_model() — select
the Anthropic Claude model used for LLM imputation.lmi_export() — write the imputed data frame and audit
trail to CSV or RDS files.lmi_methods() — print a formatted catalogue of all
available offline imputation methods with usage guidance.print.lmi_result(),
summary.lmi_result(), and
as.data.frame.lmi_result() for the lmi_result
class.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.