Code:
gen scores_i1=comp_scores<50&comp_scores>0&comp_scores!=.
Why we can omit "if" here and why it genarate a dummy variable, what is offcial guide for such usage?