Try defining the value label using char(160). For example:
sysuse auto,clear
qui parmby "xi:regress mpg i.foreign i.rep78", label norestore
sencode parm,gene(parmid)
label define parmid 2 " ", modify
eclplot estimate min95 max95 parmid, name(gr1,replace)
label define parmid 2 "`=char(160)'", modify
labelbook parmid
eclplot estimate min95 max95 parmid, name(gr2,replace)
Scott
On Thu, Jan 14, 2010 at 9:25 AM, Fred Wolfe
<[email protected]> wrote:
> Question: How do I get the empty label (3,6,9, etc) to be blank
> instead of showing the number. I have not been able to find the answer
> to this in my searches.
>
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/