Description Usage Arguments Value
View source: R/default_params_doc.R
Default parameter documentation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | default_params_doc(
param_space_name,
param_set,
replicates,
save_output,
param_space,
sim_pars,
sim,
ml,
sim_1,
sim_2,
spec_error,
endemic_error,
nonendemic_error,
spec_baseline_error,
endemic_baseline_error,
nonendemic_baseline_error
)
|
param_space_name |
A string with the parameter space to run. Can
be |
param_set |
A numeric with the line corresponding to parameter set to
run, as found in the file named in |
replicates |
A numeric for the number of replicates for the simulations |
save_output |
A boolean to determine whether to save or return output. |
param_space |
tibble of the parameter space. |
sim_pars |
A list of simulation parameters. |
sim |
A list of simulation output from
|
ml |
Output from |
sim_1 |
A list of simulation output from
|
sim_2 |
A list of simulation output from
|
spec_error |
A list with three elements each with a numeric vector. |
endemic_error |
A list with one element with a numeric vector. |
nonendemic_error |
A list with one element with a numeric vector. |
spec_baseline_error |
A list with three elements each with a numeric vector. |
endemic_baseline_error |
A list with one element with a numeric vector. |
nonendemic_baseline_error |
A list with one element with a numeric vector. |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.