Thank you Ulrich and Scott. As it turned out "`=char(160)'" produced a
cross. But "`=char(08)'" actually made a blank.
Fred
On Thu, Jan 14, 2010 at 10:01 AM, Scott Merryman
<[email protected]> wrote:
> 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/
>
--
Fred Wolfe
National Data Bank for Rheumatic Diseases
Wichita, Kansas
NDB Office +1 316 263 2125 Ext 0
Research Office +1 316 686 9195
[email protected]
*
* 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/