Learn R Programming

tidysynthesis (version 0.1.2)

replicates: Create a replicates object

Description

Create a replicates object

Usage

replicates(
  start_data_replicates = 1,
  model_sample_replicates = 1,
  end_to_end_replicates = 1
)

Value

A new replicates object.

Arguments

start_data_replicates

The number of starting data replicates to use. Note that if no start_method is provided, all start data replicates will be identical.

model_sample_replicates

The number of replicates for the conditional modeling process, including modeling and sampling new synthetic values.

end_to_end_replicates

The number of replicates for the entire synthesis process, including all previously specified steps.

Examples

Run this code

replicates(
  start_data_replicates = 2,
  model_sample_replicates = 2,
  end_to_end_replicates = 2
)

Run the code above in your browser using DataLab