intervention_obj_examples.Rd
Examples of intervention objects specifications for LLINs, IRS, and hose screening.
intervention_obj_examples
a list of three objects, where each object is a list with the following attributes:
id:
string with the intervention ID.
description:
short string with the description of
the intervention
parameterisation:
a string with the parameterisation code
type:
only provided for LLINs interventions,
a string containing the LLIN type
insecticide:
only provided for LLINs interventions,
a string containing the
insecticide type
country:
only provided for LLINs interventions,
a string containing the country where the LLIN characteristics were measured
intervention examples
# Print the intrvention object
print(intervention_obj_examples)
#> $LLINs_example
#> $LLINs_example$id
#> [1] "LLINs"
#>
#> $LLINs_example$description
#> [1] "LLINs"
#>
#> $LLINs_example$parameterisation
#> [1] "LLINs01"
#>
#> $LLINs_example$LLIN_type
#> [1] "Default"
#>
#> $LLINs_example$LLIN_insecticide
#> [1] "Default"
#>
#> $LLINs_example$LLIN_country
#> [1] "Kenya"
#>
#>
#> $IRS_example
#> $IRS_example$id
#> [1] "IRS"
#>
#> $IRS_example$description
#> [1] "IRS"
#>
#> $IRS_example$parameterisation
#> [1] "IRS12"
#>
#>
#> $Screening_example
#> $Screening_example$id
#> [1] "House_screening"
#>
#> $Screening_example$description
#> [1] "House screening"
#>
#> $Screening_example$parameterisation
#> [1] "Screening01"
#>
#>