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?
Showing proportions in tables with subcolumnsDear community, How do I show the proportion female/male for each income quintile as shown in the f…
Panel Data Average Line GraphsHi everyone, I am using panel data and am trying to graph CEO compensation over a specific time peri…
loop to increment a string variableI would like to create a file with every combination of letters out to 10 characters. For example, …
How to generate 2nd Y-axis for Having two connected line graphs on one graphI have used the following code to generate two seperate graphs. How do I combine the two graphs onto…
Generating a variable reporting the difference between values of another variable considered in different years (Panel dataset)Hi everyone, I think my question is quite simple but I wasn't able to solve it. I have a panel data…
Subscribe to:
Post Comments (Atom)
0 Response to At which value of IV is DV equal to a certain value?
Post a Comment