Hi!
I have a dataset in stata in which I want to string a numeric variable called bopael.
When I try to string it with the command:
tostring (bopael), replace
I get the error:
bopael has value label ; no replace
It has a value label called prog
I have tried to drop the label value with:
label drop prog
Though the value label still appears, which leads to that i'm unable to string my variable.
Hope you can help!
Related Posts with Dropping value label for a variable
Estamating standard errors in Finance Panel Data SetsDear Stata users, I'm dealing with an unbalanced panel dataset of many individuals over two years, m…
Scalars missing in output of esttabHello, I have a question about esttab and more precisely to add scalars. I start with a spatial mo…
Warning:Variance matrix is non-symmetric or highly singular *NO DUMMY VARIABLES*Dear Statlisters, I am estimating a demand system with 4 goods, usingthe aidsills command, using Sta…
dividing variables by rowhi! I want to devide two variables on each row in the dataset. e.g. row1 variable 1 / variable 2 ro…
compare value different variables and rows hello, I want to compare values of two variable in different rows. For example vr1 vr2 10 20 20 30 …
Subscribe to:
Post Comments (Atom)
0 Response to Dropping value label for a variable
Post a Comment