You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to matches the vignette output for overlapping interventions with the same parameter set.
However, the vignette states that "All further interventions are assumed to be additional percentage point increases on the effect of any active interventions.". This functionality comes from cumulative_contacts_intervention() in intervention.R. We should work out what's driving this difference.
The text was updated successfully, but these errors were encountered:
Update: the difference comes because the default scenarios for overlapping interventions in the vignette target different ages (children and adults), so the difference isn't obviously apparent. If instead we set the 1st intervention to c(0.3,0.3,0.3) and the second to c(0.7,0.7,0.7), we get non-zero transmission in the multiplicative odin assumption
and zero in the additive one:
This should be a reasonably straightfoward fix in the internal odin machinery – will flag on issue #254.
In the odin implementation, we currently have multiplicative interventions on the contact rate, defined via a log transform:
This seems to matches the vignette output for overlapping interventions with the same parameter set.
However, the vignette states that "All further interventions are assumed to be additional percentage point increases on the effect of any active interventions.". This functionality comes from
cumulative_contacts_intervention()
inintervention.R
. We should work out what's driving this difference.The text was updated successfully, but these errors were encountered: