Bookmark and Share

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: Syntax error with Syntax itself


From   Pradipto Banerjee <[email protected]>
To   "[email protected]" <[email protected]>
Subject   RE: st: Syntax error with Syntax itself
Date   Wed, 8 Aug 2012 18:18:15 -0500

Nick,

I have now tried:

syntax varlist(min=2) [, BY(string) BReaks(real 20) GOODliq(integer 50000000) OPeration(string "or")]

But I still get an error. What could be wrong with this version?

Many thanks


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Nick Cox
Sent: Wednesday, August 08, 2012 4:34 PM
To: [email protected]
Subject: Re: st: Syntax error with Syntax itself

-breaks()- requires an integer argument but is not compulsory. It
therefore requires a default.

-goodliq()- is said to take a numeric argument, but that keyword is
not allowed by itself.

All documented.

Nick

On Wed, Aug 8, 2012 at 9:21 PM, Pradipto Banerjee
<[email protected]> wrote:
> Hi, I am writing an egen function
>
> program define _gmakesigwgt
> version 9.2
> gettoken type 0 : 0
> gettoken g      0 : 0
> gettoken eqs 0 : 0
> syntax varlist (min=2) [, BY(string) BReaks(integer) GOODliq(numeric)]
> .
> .
> .
> end
>
>
> I've been debugging it using set trace on (set tracedepth 2). I tried calling it as
>
> . egen var2 = makesigwgt (var1 var2 var3), by(var4)
>
> The debug shows me that there is an -error 197-, i.e. error with the syntax statement itself. The exact error output is:
>
> - syntax varlist (min=2) [, BY(string) BReaks(integer) GOODliq(numeric)]
> invalid syntax
> r(197)
>
>
> I can't understand what might be the error. Can someone give any suggestions?
*
*   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/

 This communication is for informational purposes only. It is not intended to be, nor should it be construed or used as, financial, legal, tax or investment advice or an offer to sell, or a solicitation of any offer to buy, an interest in any fund advised by Ada Investment Management LP, the Investment advisor.  Any offer or solicitation of an investment in any of the Funds may be made only by delivery of such Funds confidential offering materials to authorized prospective investors.  An investment in any of the Funds is not suitable for all investors.  No representation is made that the Funds will or are likely to achieve their objectives, or that any investor will or is likely to achieve results comparable to those shown, or will make any profit at all or will be able to avoid incurring substantial losses.  Performance results are net of applicable fees, are unaudited and reflect reinvestment of income and profits.  Past performance is no guarantee of future results. All f!
 inancial data and other information are not warranted as to completeness or accuracy and are subject to change without notice.

Any comments or statements made herein do not necessarily reflect those of Ada Investment Management LP and its affiliates. This transmission may contain information that is confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is strictly prohibited. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index