Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-phillips-1 committed Nov 29, 2024
1 parent 693934b commit 83455be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiv_synthesis.sas
Original file line number Diff line number Diff line change
Expand Up @@ -16083,7 +16083,7 @@ if newp_this_per=1 then do;
if hiv ne 1 then newp_this_per_hivneg=1;
if hiv ne 1 and 15 <= age < 50 then newp_this_per_hivneg_1549=1;
if 15 <= age < 50 then newp_this_per_1549=1;
if gender=1 and hiv ne 1 then newp_this_per_hivneg_m = 1; if msm= and hiv ne 1 then newp_this_per_hivneg_msm = 1;
if gender=1 and hiv ne 1 then newp_this_per_hivneg_m = 1; if msm=1 and hiv ne 1 then newp_this_per_hivneg_msm = 1;
if gender=2 and hiv ne 1 then newp_this_per_hivneg_w = 1;
if gender=2 and hiv ne 1 and 15 <= age < 25 then newp_this_per_hivneg_age1524w = 1;
if sw=1 and hiv ne 1 then newp_this_per_hivneg_sw = 1;
Expand Down

0 comments on commit 83455be

Please sign in to comment.