Hello Stata community,
I have been struggling recently with finding the correct command in Stata that helps me to answer the following question: At which value of the independent variable (X) is the dependent variable (Y) equal to a certain value?
At the moment, I am running a model where I look at the influence of a certain firm strategy (X) on firm profitability (Y)
I found that in order to find the estimated profitability at a certain point of my X (e.g. the estimated firm profitability at the point where X = 0.02), I need to use the following code:
xtreg firm_profitability firm_strategy
margins, at(firm_strategy=(0.02))
However, I am struggling to find the correct Stata commands to calculate for example at which point of the firm_strategy X the estimated firm_profitability Y will reach a value of 10%?
Thanks & all the best,
Franz
Related Posts with At which value of IV is DV equal to a certain value?
Delta Method to obtain absolute and relative coefficients after MCO regressionHello everyone, I am preparing the first attempt of my thesis which is about an analysis of the deco…
How can I merger two graphs in one graphhow can I merge two graphs and create one graph? I run a command graph combine 4t.gph 4v.gph, xcommo…
gini formula used in rifreg commandDoes anyone know what formula for the gini coefficient is used in the command rifreg..., gini? I can…
fitted valueshow do I calculate fitted values in stata??? …
caculating industry level TFP growth rateHello. I have some questions. I have panel dataset, firm i, industry j, year t. I have firm's TFP wh…
Subscribe to:
Post Comments (Atom)
0 Response to At which value of IV is DV equal to a certain value?
Post a Comment