[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date index
][
Thread index
]
st: if else
From
Ronnie Babigumira <
rb.glists@gmail.com
>
To
statalist@hsphsun2.harvard.edu
Subject
st: if else
Date
Mon, 24 Mar 2008 20:05:25 +0100
Dear Listers,
I have data with codes for the members who collected the data and I would like to assert that these codes are correct.
Here is what I have done
global member "john" // defined in another do-file
*** do-file that checks member codes *****
cd c:\temp/$member
input houscode memid
1 10101
2 10101
3 10101
end
if $member == "jane" {
assert memid == 10201
}
else if $member == "john" {
assert memid == 10101
}
exit
When I run this code, I get an error message -john not found-. What I had hoped is that this code would take the information in the $member and them check that the variable memid has the correct code
Am I missing something obvious. Please help
Ronnie
*
* 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/
Follow-Ups
:
Re: st: if else
From:
Margaret R Grove <margaret.r.grove@Dartmouth.EDU>
Re: st: if else
From:
"Eva Poen" <eva.poen@gmail.com>
Prev by Date:
RE: st: Confusion specifications GLM
Next by Date:
st: -save- sometimes drops variables ???
Previous by thread:
st: colinearity and COx Hazard models
Next by thread:
Re: st: if else
Index(es):
Date
Thread
© Copyright 1996–2025 StataCorp LLC |
Terms of use
|
Privacy
|
Contact us
|
What's new
|
Site index