Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: using macros in label define
From
Jonathan Cantor <[email protected]>
To
[email protected]
Subject
Re: st: using macros in label define
Date
Wed, 25 Apr 2012 13:28:40 -0400
Put the define object in quotes
la def type "`def'"
On Wed, Apr 25, 2012 at 1:25 PM, Barry Quinn <[email protected]> wrote:
> Hi,
>
> I am getting an invalid syntax message when using a local in -label define-.
> Here is my code:
>
> *DEFINE GROUP VARIABLES
> *TYPE
> sort B_Type
> gen type=lower(trim(subinstr(B_Type," ","",.)))
> egen typ=group(type)
> la var typ "Type of Institutions"
> save tmp1, replace
> keep if type!=type[_n+1]
> levelsof type, loc(type) clean
> loc z=0
> loc def ""
> foreach x of loc type{
> loc ++z
> loc def `def' `z' " " `""`x'""' " "
> }
> use tmp1, clear
> la def type `def'
> la li type
> la val typ type
>
> I may be missing something obvious but i was wondering is there an issue with use macros in label define ?
>
> thanks
>
> Barry Quinn
> *
> * 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/
--
Jonathan H. Cantor
BS Policy Analysis and Management 2010
MS Policy Analysis and Management 2011
Student for Doctorate at NYU Wagner
(516)-455-1004
[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/