Hi everyone. I have a problem. There are two dummy. The first one is e6_m_c1 and it's equal to 1 if firms have financial constraints and zero otherwise. The second one is e6_m_c7 and it's equal to 1 if firms don't have factors preventing growth and zero otherwise. So, I have to replace missing values of e6_m_c1 with the values of e6_m_c7. The command that I use is: replace e6_m_c1=0 if e6_m_c7==1 & missing (e6_m_c1), but there aren't changes in observations. How can I resolve?
Related Posts with Problem with replace in a dummy
Metanalysis without controll group I am conducting a meta-analysis study for the first time. There is no comparison group. As a measur…
Convergence not achieved in technical efficiency modelHi All, When I am running my frontier model (panel data) I got the message called "convergence not …
xtvireg excel outputHi, I am working on a model with instrumental variables, I would like the output to be exported to e…
How to store each estimate of multiple regressions in a loop commandHi, I am running regression commands similar to the followings: logit y cov1 cov2 cov3 cov4 cov…
quantile for dynamic panelHi Do anyone read the paper of Galvao (2011) about quantile regression for dynamic panel data with f…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with replace in a dummy
Post a Comment