Learn R Programming

⚠️There's a newer version (1.9-0) of this package.Take me there.

synthpop (version 1.8-0)

Generating Synthetic Versions of Sensitive Microdata for Statistical Disclosure Control

Description

A tool for producing synthetic versions of microdata containing confidential information so that they are safe to be released to users for exploratory analysis. The key objective of generating synthetic data is to replace sensitive original values with synthetic ones causing minimal distortion of the statistical information contained in the data set. Variables, which can be categorical or continuous, are synthesised one-by-one using sequential modelling. Replacements are generated by drawing from conditional distributions fitted to the original data using parametric or classification and regression trees models. Data are synthesised via the function syn() which can be largely automated, if default settings are used, or with methods defined by the user. Optional parameters can be used to influence the disclosure risk and the analytical quality of the synthesised data. For a description of the implemented method see Nowok, Raab and Dibben (2016) .

Copy Link

Version

Install

install.packages('synthpop')

Monthly Downloads

1,384

Version

1.8-0

License

GPL-2 | GPL-3

Maintainer

Beata Nowok

Last Published

August 31st, 2022

Functions in synthpop (1.8-0)

compare

Comparison of synthesised and observed data
multinom.synds

Fitting multinomial models to synthetic data
SD2011

Social Diagnosis 2011 - Objective and Subjective Quality of Life in Poland
syn.bag

Synthesis with bagging
syn.ctree, syn.cart

Synthesis with classification and regression trees (CART)
summary.synds

Synthetic data object summaries
syn

Generating synthetic data sets
read.obs

Importing original data sets form external files
replicated.uniques

Replications in synthetic data
syn.logreg

Synthesis by logistic regression
syn.polyreg

Synthesis by unordered polytomous regression
sdc

Tools for statistical disclosure control (sdc)
syn.nested

Synthesis for a variable nested within another variable.
summary.fit.synds

Inference from synthetic data
syn.lognorm, syn.sqrtnorm, syn.cubertnorm

Synthesis by linear regression after transformation of a dependent variable
syn.passive

Passive synthesis
syn.catall

Synthesis of a group of categorical variables from a saturated model
syn.normrank

Synthesis by normal linear regression preserving the marginal distribution
syn.ipf

Synthesis of a group of categorical variables by iterative proportional fitting
syn.pmm

Synthesis by predictive mean matching
syn.ranger

Synthesis with a fast implementation of random forests
syn.polr

Synthesis by ordered polytomous regression
syn.norm

Synthesis by linear regression
utility.tables

Tables and plots of utility measures
utility.gen

Distributional comparison of synthesised and observed data
syn.survctree

Synthesis of survival time by classification and regression trees (CART)
syn.satcat

Synthesis from a saturated model based on all combinations of the predictor variables.
syn.sample

Synthesis by simple random sampling
synthpop-package

Generating synthetic versions of sensitive microdata for statistical disclosure control
write.syn

Exporting synthetic data sets to external files
utility.tab

Tabular utility
syn.smooth

syn.smooth
syn.rf

Synthesis with random forest
codebook.syn

Makes a codebook from a data frame
compare.synds

Compare univariate distributions of synthesised and observed data
numtocat.syn

Group numeric variables before synthesis
compare.fit.synds

Compare model estimates based on synthesised and observed data
glm.synds, lm.synds

Fitting (generalized) linear models to synthetic data
multi.compare

Multivariate comparison of synthesised and observed data
polr.synds

Fitting ordered logistic models to synthetic data