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
How to overlay distributions using a pie chart using StataMP 17? (plot distributions on the same graph)Dear Statalist, I hope you are well. Please, I need help on how to overlay distributions using a p…
About structural equation modellingHi, I am a doctoral student preparing a thesis on how individual values, beliefs, and attitudes affe…
DataSet Notes from huge DTA fileHi everyone, Any hint about reading dataset's notes embedded in a huge (>10Gb) DTA file. I used …
Iterations in Poission RegressionI was running a code for negative binomial and poisson regression and the results were not convergin…
DataSet Notes from huge DTA fileHi everyone, Any hint about reading dataset's notes embedded in a huge (>10Gb) DTA file. I used …
Subscribe to:
Post Comments (Atom)
0 Response to label define
Post a Comment