Hello,
I am having a problem understanding a simple statement that I need to code in Stata.
Define three binary outcomes Ij = 1(sophomore < cj) for cj=25, 35, 40, 75, 100.
The sophomore is any value between 0-40.
My initial thoughts are that the question is asking me to do the following:
Ij = 1 if cj is 25 or 35
Ij = 2 if cj = 40
Ij = 3 if cj =75 or 100
Is this correct?
Related Posts with Simple Binary Outcome Question
variable distribution respect othersDear all, it is the first time to me in statalist. I would ask you if aanyone of you can help me wit…
Invalid name error in foreach loopHi, Same title as a similar post from 2020 which did not answer my problem... I am trying to run a…
How to merge two datasets and How to use keepHello everyone! I'm a very beginner using STATA so please I'd like to get some help with merge comm…
Graphing averages using collapse mean and loops with same suffixHello, I am trying to graph cross-country distributions along with international averages using loo…
Counting unique idsWhen I use the following code: Code: bys month: count(refer_id) Is there anything I can add to it …
Subscribe to:
Post Comments (Atom)
0 Response to Simple Binary Outcome Question
Post a Comment