R/parameters.R
montagu_model_run_parameter_set_data.Rd
A model run parameter set is a list of parameters that is required for a set of stochastic model runs. In a stochastic ensemble, modelling groups are requested to perform a number of model runs. Each model run executes with a unique set of parameters, and for a given run, all scenarios are run with the same parameters, so that we can calculate impact between them. The spread of parameters across the different runs should capture the range of sensible behaviour of the model. The model run parameter set then contains as many rows as there are model runs. Each row must contain a run_id, and the value for each parameter that is varied.
montagu_model_run_parameter_set_data(modelling_group_id, touchstone_id, model_run_parameter_set_id, location = NULL)
modelling_group_id | The id of the modelling group |
---|---|
touchstone_id | The id of the touchstone |
model_run_parameter_set_id | The id of the model_run_parameter_set. |
location | The montagu server to connect to. |
a csv of parameter values for each run_id.
Adding, and querying existing model_run_parameter_sets is supported, and when creating a stochastic burden estimate set, the id of the associated model_run_parameter_set is required as a parameter.