synMicrodata: Synthetic Microdata Generator

This tool fits a non-parametric Bayesian model called a "hierarchically coupled mixture model with local dependence (HCMM-LD)" to the original microdata in order to generate synthetic microdata for privacy protection. The non-parametric feature of the adopted model is useful for capturing the joint distribution of the original input data in a highly flexible manner, leading to the generation of synthetic data whose distributional features are similar to that of the input data. The package allows the original input data to have missing values and impute them with the posterior predictive distribution, so no missing values exist in the synthetic data output. The method builds on the work of Murray and Reiter (2016) <doi:10.1080/01621459.2016.1174132>.

Version: 2.0.0
Imports: methods, stats, graphics, utils, Rcpp
LinkingTo: Rcpp, RcppArmadillo
Published: 2024-04-07
Author: Hang J. Kim [aut, cre], Juhee Lee [aut], Young-Min Kim [aut], Jared Murray [aut]
Maintainer: Hang J. Kim <hangkim0 at gmail.com>
License: GPL (≥ 3)
NeedsCompilation: yes
CRAN checks: synMicrodata results

Documentation:

Reference manual: synMicrodata.pdf

Downloads:

Package source: synMicrodata_2.0.0.tar.gz
Windows binaries: r-prerel: synMicrodata_2.0.0.zip, r-release: synMicrodata_2.0.0.zip, r-oldrel: synMicrodata_2.0.0.zip
macOS binaries: r-prerel (arm64): synMicrodata_2.0.0.tgz, r-release (arm64): synMicrodata_2.0.0.tgz, r-oldrel (arm64): synMicrodata_2.0.0.tgz, r-prerel (x86_64): synMicrodata_2.0.0.tgz, r-release (x86_64): synMicrodata_2.0.0.tgz
Old sources: synMicrodata archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=synMicrodata to link to this page.