View source: R/xml_interventions_deploy.R
deployIT | R Documentation |
Writes the deployment of an intervention.
deployIT(
baseList,
component = "ITN",
cumulative = FALSE,
effects = NULL,
startDate = NULL,
endDate = NULL,
interval = NULL,
dates = NULL,
minAge = NULL,
maxAge = NULL,
coverage = NULL,
subpop = NULL
)
deploy_IT(
baseList,
component = "ITN",
cumulative = FALSE,
effects = NULL,
startDate = NULL,
endDate = NULL,
interval = NULL,
dates = NULL,
minAge = NULL,
maxAge = NULL,
coverage = NULL,
subpop = NULL
)
baseList |
List with experiment data. |
component |
Name of intervention. |
cumulative |
Default is FALSE. Do not set to TRUE. |
effects |
Either NULL or vector of strings, e.g. c("det","pre","post") |
startDate |
Date in YYYY-MM-DD format. |
endDate |
Date in YYYY-MM-DD format. |
interval |
A string like '1 weeks'. Same as in |
dates |
If NULL, startDate, endDate and interval are used, else a vector of dates in YYYY-MM-DD format. Can be a placeholder. |
minAge |
Minimum age for deployment (used in SMC). Can be a placeholder. |
maxAge |
Maximum age for deployment (used in SMC). Can be a placeholder. |
coverage |
Value or variable of coverage. Can be a placeholder. |
subpop |
Either NULL or string. Concatenation component+"-"+subpop will be id in subpopulation intervention should be restricted to (see restrictToSubPop in OpenMalaria) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.