Hey guys,

i have a question about relabel function, so here is my command

graph hbox age, over(morethan50k, relabel (1"lots of money" 2"less money")) over(sex, relabel(1"male" 2"female")) name(graph1, repla
> ce) nooutsides asy
my question is, when I am trying re label option, I use 1 and 2, those are the ones that worked, but I coded morethan50k as 0 and 1 (1 being more than 50k), why stata wont relabel based on the values inserted in the cells, why 1,2. and not 0,1

does my question make sense?

thanks