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]
st: RE: RE: lincom intolerant of the variable name "d"
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: RE: lincom intolerant of the variable name "d"
Date
Sun, 27 Jun 2010 11:06:48 +0200
<>
I thought the same last night, until I noticed that other operators from -h
tsvarlist- do not cause the same problem. You can try this by inserting
different operators such as "s" "S" "l" "L" for the -local- at the top. The
problem occurs for the lower and uppercase "d" only:
***********
local myletter d
clear*
set obs 1000
gen `myletter'=irecode(runiform(),0, .2,.5,1)
gen y = 1+2*`myletter'+rnormal()
reg y ib3.`myletter'
lincom 1.`myletter' - 2.`myletter'
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Philip Ryan
Sent: Sonntag, 27. Juni 2010 02:37
To: [email protected]
Subject: st: RE: lincom intolerant of the variable name "d"
<<>>
Possibly because Stata is interpreting your "d" as the differencing operator
in its time series commands? See -help tsvarlist- where Remark #4 states
that although the operator is "D.", lower case is also acceptable.
Phil
Philip Ryan
Professor and Director
Data Management & Analysis Centre
UNiversity orf Adelaide
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Airey, David C
Sent: Sunday, 27 June 2010 5:55 AM
To: [email protected]
Subject: st: lincom intolerant of the variable name "d"
.
After use of anova and margins, I got this error:
. test 1.d = 2.d
( 1) 1bn.d - 2.d = 0
chi2( 1) = 18.46
Prob > chi2 = 0.0000
. lincom 1.d - 2.d
d-2: operator invalid
r(198);
And then, changing the variable name "d" to "drug", I got this:
. test 1.drug = 2.drug
( 1) 1bn.drug - 2.drug = 0
chi2( 1) = 18.46
Prob > chi2 = 0.0000
. lincom 1. drug - 2. drug
( 1) 1bn.drug - 2.drug = 0
----------------------------------------------------------------------------
--
| Coef. Std. Err. z P>|z| [95% Conf.
Interval]
-------------+--------------------------------------------------------------
--
(1) | 1.8 .4189935 4.30 0.000 .9787878
2.621212
----------------------------------------------------------------------------
--
Why would the variable name "d" be a problem?
-Dave
*
* 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/