Dear all,
I am having wrong labels using ssc splitvallabels and ssc catplot. example:

without relabel:

I am having wrong labels using ssc splitvallabels and ssc catplot. example:
Code:
clear all sysuse auto splitvallabels foreign, length(8) local(vari) catplot , over(foreign, relabel(`vari')) percent
without relabel:
Code:
catplot , over(foreign) percent

Comment