Abstract
Background The Naomi HIV model is specified in the appendix of Eaton et al. (2021).
Task We translate the model to R Markdown in order to (1) aid understanding, (2) clarify any details which have been compressed for publication, (3) avoid having to read mathematics in Word.
HIV prevalence modelled by \[ \text{logit}(\rho_{x, s, a, T_1}) = \beta^\rho_0 + \beta_{S}^{\rho, s = \text{M}} + u^\rho_a + u_a^{\rho, s = \text{M}} + u^\rho_x + u_x^{\rho, s = \text{M}} + u_x^{\rho, a < 15} + \eta^\rho_{R_x, s, a} \] where:
For prior distributions, we use:
ART coverage modelled by \[ \text{logit}(\alpha_{x, s, a, T_1}) = \beta^\alpha_0 + \beta_{S}^{\alpha, s = \text{M}} + u^\alpha_a + u_a^{\alpha, s = \text{M}} + u^\alpha_x + u_x^{\alpha, s = \text{M}} + u_x^{\alpha, a < 15} + \eta^\alpha_{R_x, s, a} \] where terms are analogous to the HIV prevalence model.
HIV incidence rate is modelled by \[ \log(\lambda_{x, s, a, t}) = \beta_0^\lambda + \beta_S^{\lambda, s = \text{M}} + \log(\rho_{x, t}^{\text{15-49}}) + \log(1 - \omega \cdot \alpha_{x, t}^{\text{15-49}}) + u_x^\lambda + \eta_{R_x, s, a, t}^\lambda \] where:
Change in ART coverage is modelled by \[ \text{logit}(\alpha_{x, s, a, {T_2}}) = \text{logit}(\alpha_{x, s, a, {T_1}}) + \beta_{T_2}^\alpha + \beta_{T_2, s = \text{M}}^\alpha + u_{x, {T_2}}^\alpha + u_{x, a < 15, {T_2}}^\alpha + \eta_{R_x, s, a, {T_2}}^\alpha \] where
ART coverage at \(T_3\) is modelled by1 \[ \text{logit}(\alpha_{x, s, a, {T_2}}) = \text{logit}(\alpha_{x, s, a, {T_1}}) + \eta_{R_x, s, a, {T_3}}^\alpha \]
Don’t understand this.↩︎
Confused by this notation.↩︎
Shouldn’t this just be \(t = T_2\) here rather than \(t \in \{T_2, T_3\}\)?↩︎
What about other surveys?↩︎
Is this just assuming that there is no false recency? How is this assumption justified?↩︎
Why?↩︎
I’m confused about the notation here. In general would be good to define precisely what is meant by \(\{x\}\). Presumably the LHS below is a set, yet the RHS is a sum over the sets so I think just a number – so how can the two be equal?↩︎
Should this be \(\gamma_{x', x, s, a, t}\) since it’s people moving from \(x'\) to \(x\) (and so far no where in the RHS is there an \(x\) which is suspicious)↩︎