Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correcting typo #293

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hiv_synthesis.sas
Original file line number Diff line number Diff line change
Expand Up @@ -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 = .;
Expand Down
Loading