Hi!
I have two dummy variables and one continuous (age). I want to check mean, median, sd, max and min for age when my other two variables is eg. 1 or 0

So this code mess it up: tabstat Age Sex, statistics( mean range median sd max min ) by(DrugRelated)


Is there another way?