hi All,
I was reading the stata journal version: The Stata Journal (2005) 5, Number 3, pp. 413–420 in order to become familiar with the cond() command, especially to categorize some variables.
In section 4, page 415 , the authors talk about do it yourself categorization using nested cond() command... im just wondering if anyone can share the syntax for this with me, i ve tried everything and couldnt get it to work.
i want to create a variable that is 0 if a=0 & b=0 ; 1 if a=1 & b=0 ; 2 if a==0 & b==1 ; 3 if a==1 & b==1 .. a and b are binary variables i have coded already.
i could use generate and replace commands, but i would like to use the cond() if possible
thanks!
Related Posts with nesting cond()
SortI think this is a simple question. I have a categorical variable (85 departments) in a long data set…
Comparing multiple proportions in StataComparing multiple proportions in Stata; What is the command to compare >3 proportions in Stata?…
Collinearity in DID modelDear friends, I met the collinearity problem in DID model. I selected the sample who did not enter …
IV with dummy variableDear all, I am trying to run this model: Array Where i is individual i, in strata s, and time t. …
Pr-testHello I hope you can help me with something to my bachelor thesis. I want to make a pr test to compa…
Subscribe to:
Post Comments (Atom)
0 Response to nesting cond()
Post a Comment