robosynth-package | R Documentation |
Provides methods for synthetic data generation using the data-augmented multiple imputation (DA-MI) approach by Jiang et al. (2021) and tools for handling and analyzing synthetic data.
The DA-MI approach combines masking and imputation procedures by including masked copies of the original data in the synthesis model.
This package provides functions for creating masked copies of different variables types (mask.continuous
and mask.categorical
), specifying the synthesis model (synthesis.model
, masking.model
, and combine.models
), generating synthetic data (synthesize
), and analyzing the synthetic data (e.g., with
, pool
).
Authors: Simon Grund, Alexander Robitzsch, Oliver Luedtke
Jiang, B., Raftery, A. E., Steele, R. J., & Wang, N. (2021). Balancing inferential integrity and disclosure risk via model targeted masking and multiple imputation. Journal of the American Statistical Association. Advance online publication. doi: 10.1080/01621459.2021.1909597
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.