I'm having an issue with coding.
So far I have:
gen baselinescore = ( Q1+ Q2+ Q3+ Q4+ Q5+ Q6+ Q7+ Q8+ Q9)
I need to keep only those records where Q1+Q2 >=3. I've tried drop and a few other things but haven't figured it out yet.
Thanks.
So far I have:
gen baselinescore = ( Q1+ Q2+ Q3+ Q4+ Q5+ Q6+ Q7+ Q8+ Q9)
I need to keep only those records where Q1+Q2 >=3. I've tried drop and a few other things but haven't figured it out yet.
Thanks.
Comment