Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: st: AW: Keeping variable After restore


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   AW: st: AW: Keeping variable After restore
Date   Mon, 9 Nov 2009 18:47:07 +0100

<> 

No complaints from Stata:


*************
cap pr drop myprog

pr myprog 
	vers 11
	syntax [if] [in], if(string)
	di in r "Content of if: `if'"
end

myprog, if(hello)
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Nick Cox
Gesendet: Montag, 9. November 2009 17:57
An: [email protected]
Betreff: RE: st: AW: Keeping variable After restore

I don't think there is any rule against an option called -if()-. However, a programmer would have a hard time supporting -if- and -if()- together and it would generally be considered Bad Style. 

Nick 
[email protected] 

Maarten buis

That should read 
factor wbq91-wbq93 if year == 2005, factors(1)

Remember that -if- is never an option and should thus
appear before the ","

--- On Mon, 9/11/09, C.T. Shehzad wrote:
> However, stata says  "option if not allowed". It has
> happened before as well that conditionals do not work
> as option.
> 
> factor wbq91-wbq93, factors(1) if year == 2005
> option if not allowed
> r(198)


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


*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index