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
Testing for structural break for time series dataHello everyone, I have a time series data where I regress air transport traffic against GDP, oil pr…
Why doesn't -power- integrate cohen's d effect sizes well?It seems like the "standard" for calculating power is using Cohen's D. However, Stata's -power- comm…
stset data for survival analysisIn setting up my data for survival analysis, I have already created spell data, including a variable…
extracting unique identifiers from a string variableDear all, I am using stata 15. I have a string variable named seriesid that represents reg…
Replacing duplicate values with missing values on a variable with regards to other variableHi, I'm currently needing help to replace duplicate entry on a variable as missing (with a dot) inst…
Subscribe to:
Post Comments (Atom)
0 Response to label define
Post a Comment