By a 'dummy variable' do you mean taking the values 0 or 1 only? If so, you could do this with an -assert- command, e.g.
cap assert inlist(var1,0,1)
if _rc {
<code for a continuous variable>
}
else {
<code for a dummy variable>
}
David
-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of Thomas
Corneli�en
Sent: 02 August 2005 16:24
To: [email protected]
Subject: st: How to find out whether a variable is a dummy variable ?
Is there a programmer's command to find out whether a variable is a dummy
variable ?
I need it because all dummy variables in my program are to be treated
differently from continuous variables.
Thanks for any comments,
Thomas
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/