Dear STATA lister,
it might be simple question.
My dataset has different time points, weeks 2,4,8,12,16,20,24,36 and
52 weeks on treatment.
I want to look at the adherence level during the weeks 2-24, I tried
this code, but it didn't give me what I wanted:
gen adherence =0
replace adherence =1 if pillcount <95 & (week>=2|week<=24)
Any tips?
Thank you in advance and best regards
ziad
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/