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?
putdocxfreqtable updated: decimals percentages, value labels not truncatedThe package putdocxfreqtable has been updated after user input. 1. The number of decimals in percen…
reghdfe for multi- clusteringHi all, I have a panel data for 477 firms for 2006 to 2016 and need to use two way fixed effects at…
Export Correlation Matrix to Excel: Putexcel No Longer WorkingHi Statalisters, I know this sounds quite trivial. I am surprised as well. I currently use Stata16 a…
Two way clustering at Sector and Year level with two fixed effects at Firm and YearHi all, I have a panel dataset for 477 firms in one Country for 2007 to 2017. The following is the …
Creating start and stop time-variables for continuous time dependent exposure and running a Cox modelHi All I hope you can help me with this query. I have attached a simplified dataset with all the va…
Subscribe to:
Post Comments (Atom)
0 Response to At which value of IV is DV equal to a certain value?
Post a Comment