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
Including an extra independent variable in a panel regression reports missing t-statistics/std. errorsHello everyone, I have a panel dataset, where the panel variable is industry code (I am doing an in…
Comparing two interaction terms using "test"Hello, I have two interaction terms, which I would like to compare statistically. Say, some variabl…
bar chart width of barsHi i created this bar chart using the bar chart option within the data tab in stata and i produced t…
Help with code for confidence bonds for QQplot of residualsHi guys, I am running a multiple linear regression model and to check the assumption of normality o…
Variable __000000 already definedHi, I do have a puzzling problem. I am computing gini coefficients using the bootstrap command to g…
Subscribe to:
Post Comments (Atom)
0 Response to Dropping value label for a variable
Post a Comment