I want to calculate completion rate for two conditions.
I want to be able to compute the completion rate (dropout != 0 ) for each grid in each treatment arm.
Thank you!
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(grid treatment_status enrolled) byte dropout 301 1 1 . 209 1 1 1 209 1 1 1 209 1 1 1 206 1 1 1 301 1 1 1 301 2 1 . 204 2 1 . 207 2 1 1 209 2 1 . end label values treatment_status treatment_lbl label def treatment_lbl 1 "[T1] Information Only", modify label def treatment_lbl 2 "[T2] Out of Village Mobilization (OVM)", modify
Thank you!

Comment