Hi, I have a binary variable and a score variable. I want to look at the binary variable in different bands of the score variable (specifically, 0-10, 10-20, 20-30 >30).

Not sure how to do the coding

Code:
clogit case b_var if score== ? , group(set) or
.