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
.do file protectionHi ! Is there anyway .do file can be protected? …
drop missing variables except for one yearHello, I have a panel dataset (2013-2018) in which I want to delete all observation of which I do n…
Issue with 1-to-1 Mahalanobis matchingDear all, I am currently writing my master thesis and struggling a bit with Stata. The aim of my th…
Gls problemHi Forum! I have a problem with GLS method. I'm not sure that the Stata command "xtgls" is correct f…
Time Series Analysis, declare Date variable to be quarterlyHello, I am using StataIC16 and I am currently trying to convert my collected data into a data set.…
Subscribe to:
Post Comments (Atom)
0 Response to label define
Post a Comment