montagu_burden_estimate_set_outcome_data: Retrieve data for a particular outcoe of a burden estimate...

Description Usage Arguments Value

View source: R/burden.R

Description

Burden estimate sets define a set of results for a modelling group. They are specific to a touchstone and scenario. Usually, they will be the populated version of the burden estimate set template, which a modelling group can download, and defines the columns and rows for all the countries, ages and years that are expected from that group, for that scenario. The modelling group then overwrites the missing values with results from their model, and submits the results to Montagu.

Usage

1
2
3
montagu_burden_estimate_set_outcome_data(modelling_group_id, touchstone_id,
  scenario_id, burden_estimate_set_id, outcome_code, group_by = "age",
  location = NULL)

Arguments

modelling_group_id

Modelling group identifier

touchstone_id

Touchstone identifier

scenario_id

Scenario identifier

burden_estimate_set_id

The integer id of a burden estimate set

outcome_code

The name of an outcome, such as 'cases' or 'deaths'.

group_by

Set to 'age' (the default) or 'year', to set the

location

The montagu server to connect to.

Value

A data frame with columns age or year (depending on group_by),


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