| start_method | R Documentation |
start_method object.A start_method gets executed prior to running a synthesis. This modifies
the start_data, typically randomly, to provide greater disclosure risk
protections.
start_method(start_func = NULL, ...)
start_func |
A function that accepts and returns a |
... |
Optional keyword arguments passed to |
A start_method object
# basic usage
start_method(start_func = start_resample)
# adjust the number of observations
start_method(
start_func = start_resample,
start_data = acs_start_nw,
n = 10
)
# adjust the number of observations and use all combinations as support
start_method(
start_func = start_resample,
start_data = acs_start_nw,
n = 10,
inv_noise_scale = 1,
support = "all"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.