From 3485529f4c033523e0b8ca1cb2f4ad5ec712a50d Mon Sep 17 00:00:00 2001 From: Jenny Smith Date: Thu, 27 Jun 2024 14:00:56 +0100 Subject: [PATCH] Update hiv_synthesis.sas --- hiv_synthesis.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiv_synthesis.sas b/hiv_synthesis.sas index 65582090..59fcb774 100644 --- a/hiv_synthesis.sas +++ b/hiv_synthesis.sas @@ -14113,7 +14113,7 @@ if prep_any ne 1 then do; * lapr - define which prep? ; if onart = 1 then vl1000_art=vl1000; if onart = 1 and 15 <= age < 65 then vl1000_art_age1564=vl1000; * No time restriction on ART, including interruption clinic unaware; onart_iicu = .; vl1000_art_iicu = .; - if (onart = 1 or int_clinic_not_aw) = 1 then onart_iicu=1; + if (onart = 1 or int_clinic_not_aw = 1) then onart_iicu=1; if onart_iicu=1 then vl1000_art_iicu = vl1000; * On ART >6m; onart_gt6m = .; vl1000_art_gt6m = .;