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: programming error with -generate-


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   RE: st: programming error with -generate-
Date   Mon, 8 Mar 2010 23:28:27 +0100

<>

Does not even need an actual "x":


*******
clear
set obs 10
gen y = 1.2x+3
*******

It does, however, need an addition afterwards.

I guess Kieran`s guess re hexadecimal was right...

HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Lachenbruch,
Peter
Sent: Montag, 8. März 2010 23:15
To: '[email protected]'
Subject: RE: st: programming error with -generate-

But then it seems to take 12 and multiply by 6 to get 72.  This is the kind
of arithmetic my students sometimes do... :-)

Tony

Peter A. Lachenbruch
Department of Public Health
Oregon State University
Corvallis, OR 97330
Phone: 541-737-3832
FAX: 541-737-4001


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Richard Williams
Sent: Monday, March 08, 2010 1:51 PM
To: [email protected]; '[email protected]'
Subject: Re: st: programming error with -generate-

At 04:31 PM 3/8/2010, Visintainer, Paul wrote:
>. gen y = 1.2x + 6   <----- why isn't there an error here?

When I do this, y = 72 for all cases.  So 1.2x must be getting 
interpreted as 1.2 * 10 = 12.  I don't know why, but just follow 
Martin's advice and make it

gen y = 1.2*x + 6

Maybe this is a "feature" but if so it doesn't seem like a good one, 
since this could be an easy mistake to make.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
HOME:   (574)289-5227
EMAIL:  [email protected]
WWW:    http://www.nd.edu/~rwilliam

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


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