powered by
Create a replicates object
replicates( start_data_replicates = 1, model_sample_replicates = 1, end_to_end_replicates = 1 )
A new replicates object.
replicates
The number of starting data replicates to use. Note that if no start_method is provided, all start data replicates will be identical.
start_method
The number of replicates for the conditional modeling process, including modeling and sampling new synthetic values.
The number of replicates for the entire synthesis process, including all previously specified steps.
replicates( start_data_replicates = 2, model_sample_replicates = 2, end_to_end_replicates = 2 )
Run the code above in your browser using DataLab