This R package allows generating synthetic data using the data-augmented multiple imputation (DA-MI) approach by Jiang et al. (2021).
Examples and additional information can be found in the documentation of the package (see help("robosynth-package")
and GitHub repo.
This is an early build of robosynth
with potentially significant changes between versions. Please report all bugs via the GitHub issue tracker.
The package is currently not yet hosted on CRAN (planned for the future).
The current development build of robosynth
can be installed from GitHub using the devtools
package:
install.packages("devtools")
devtools::install_github("simongrund1/robosynth")