run_synthetic_simulations | R Documentation |
Run synthetic simulations
run_synthetic_simulations( node = 1, n_years = 5, warmup = 5, reps = 10, paramset = basic_params, seed = 42, sites = NULL, interventions = "nets", batch_size = 1, n_batches = 1, outdir = ".", outputs = "prev", aggregation = "daily", synthetic_intervention_method = "lhs", human_population = 1e+05, seasonality_output = "daily" )
node |
an arbitrary number, useful for tracking multiple executions |
n_years |
number of years to simulate |
warmup |
number of years to warm up for |
paramset |
a list of parameters from sample.R |
seed |
random seed |
interventions |
vector of interventions to include |
batch_size |
number of runs per batch |
n_batches |
number of batches |
outdir |
directory to save outputs |
outputs |
character vector of outputs to include |
aggregation |
type of aggregation for outputs, either 'daily' or 'yearly' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.