Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
viyaasan committed Jun 7, 2024
2 parents 1291c31 + 33af3a3 commit ce2e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/nockd_complete.do
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gen kidney_transplant_outcome = 0
replace kidney_transplant_outcome = 1 if modality_outcome=="Kidney transplant"
replace kidney_transplant_outcome = 1 if modality_outcome=="Modality unclear" & esrd_egfr_end==0
*NB - might need to change "" to . with dummy data
replace ckd_progression = 5 if modality_outcome=="Modality unclear" & modality_outcome_date!=""
replace ckd_progression = 5 if modality_outcome=="Modality unclear" & modality_outcome_date!=.
replace ckd_progression = 3 if dialysis_outcome==1
replace ckd_progression = 4 if kidney_transplant_outcome==1
replace ckd_progression = 6 if modality_outcome=="Deceased"
Expand Down

0 comments on commit ce2e44d

Please sign in to comment.