Hey guys, I tried this command
label define currmarr 0 "no currently legally married" 1 "currently legally married"
label val currmarr currmarr
after that I wanted to change 0 label to "not currently legally married", how can I make that change after I already defined it, stata tells me this:
. label define currmarr 0"not currently legally married"
label currmarr already defined
r(110);
. label define currmarr 0 "no currently legally married" 1 "currently legally married", change
option change not allowed
r(198);
Related Posts with label define
permute with reghdfeDear All, Please, I am using reghdfe absorbing a(counties years). I want to 'scramble' years, assign…
Why stricter the condition, the higher probability?I am using joint null test if all averaging effect of these variables (dkt_4 dkt_3 dkt_2 dkt_1) is 0…
Creating Calendar-Time Portfolios Following EventsDear all, I am currently working on a study on the effect of televised stock recommendations in the…
ivtobit first stage R2Hi stata users, Currently, I am estimating an econometric model with IVTOBIT in order to address so…
Unique values across columnsHello, I have a table of unique organisations, these are in column 1, then in columns 2 through to …
Subscribe to:
Post Comments (Atom)
0 Response to label define
Post a Comment