The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
smriti is an R package for automated longitudinal missing data imputation. It combines the predictive flexibility of non-parametric machine learning with a C++ Lagrangian projection engine to strictly preserve the structural variance of the target covariance manifold.
# Stable CRAN release
install.packages("smriti")
# Development version
# install.packages("devtools")
devtools::install_github("xguot/smriti")Impute longitudinal missing data while preserving the underlying covariance structure:
library(smriti)
imputed_data <- smriti_impute(
data = clinical_df,
time_cols = c("V1", "V2", "V3", "V4"),
lambda = 0.5,
robust = TRUE # Enables the MCD estimator to suppress outliers
)The imputation pipeline executes in three phases:
If you utilize smriti in your research, please cite:
Guo, X. (2026). smriti: Structural Variance Preservation for Longitudinal Missing Data Imputation. R package version 0.1.0.
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.