I have a standard error saved in a local variable `se'. For instance, the s.e. is .89. I want it to be (0.89) saved in another local variable. Then I can export it using outreg2. But probably because "(" is a special character, I haven't figured out a way to do so.
I tried to generate "(0" and save it in a local variable, but I failed.
I tried:
1)
local bb=char(40) +"0"
disp `bb'
2)
local bb="(" +"0"
disp `bb'
They gave me the same error:
"too few ')' or ']'"
I wondered how to fix this. Thanks!
Related Posts with How to combine char(40) and a string
Lagged dependent variable and panel dataDear Statalisters, I would like to run a regression of panel data set investigating impacts of part…
Plot logistic regression with moderator and two lines for one binary variableHi everyone, I hope you can help me with that. I have the following variables: gender, binary count…
Model selection with age-standardization of survey dataDear Statalisters, Please forgive my ignorance, but is there a way to determine the best model e.g.…
How double data for each variable?Hello! Help me please. I have a table, in the first column the hospital department is indicated, in …
Assessment of my model?Hello, I examine the Determinants of Banking Profitability. I have 3 Dependent variables that will b…
Subscribe to:
Post Comments (Atom)
0 Response to How to combine char(40) and a string
Post a Comment