montagu_model_run_parameter_set_upload: Upload a model_run_parameter_set to Montagu.

Description Usage Arguments Details Value

View source: R/parameters.R

Description

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.

Usage

1
2
montagu_model_run_parameter_set_upload(modelling_group_id, touchstone_id,
  disease_id, data, location = NULL)

Arguments

modelling_group_id

The id of the modelling group

touchstone_id

The id of the touchstone

disease_id

The id of the disease associated with this model

data

a data frame with a column 'run_id', and other columns for each parameter that will be varied for each run.

location

The montagu server to connect to.

Details

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.

Value

the id of the newly created model_run_parameter_set


vimc/montagu-r documentation built on Oct. 10, 2019, 9:10 p.m.