Skip to contents

Generation from an existing release is post-processing: it reads no confidential data and consumes no additional privacy budget, so any number of datasets may be drawn from one synpmx_calibrated() or synpmx_empirical() call.

Usage

synpmx_generate(x, n_subjects = NULL, seed = 123, n_datasets = 1L)

Arguments

x

A dataset returned by synpmx_calibrated() or synpmx_empirical(), or the release itself.

n_subjects

Number of subjects. Defaults to the released noisy count.

seed

Ordinary generation seed.

n_datasets

Number of datasets to draw. One is returned directly; several are returned as a list.

Value

A data frame carrying the same release, or a list of them.