Hi
I am new to use STATA for analysis and struggling to estimate marginal effects. I am examining the effect of ESG(esg_score_w) and its individual pillars E (e_score_w) and S (s_score_w) on firm risk (TRg_w). i want to know whilch of E and S is driving the results of ESG and firm risk. For this i run the following command for ESG, E and S with firm risk,
xtreg TRg_w esg_score_w profitability_w capx_w rnd_intensity_w liquidity_w firm_size_w cash_hold_w sales_g_w leverage_new, vce(robust)
xtreg TRg_w e_score_w profitability_w capx_w rnd_intensity_w liquidity_w firm_size_w cash_hold_w sales_g_w leverage_new, vce(robust)
xtreg TRg_w e_score_w profitability_w capx_w rnd_intensity_w liquidity_w firm_size_w cash_hold_w sales_g_w leverage_new, vce(robust)
if i run mfx command after every xtreg command, i obtained the same coefficients as marginal effects. Kindly guide me in this issue.
Related Posts with how to calculate the Marginal Effects after xtreg command
Regression TreeDear Users Does anyone have an experience with regression trees in stata, and how the CaRT package w…
Ttest with categorical varaiblesHI, I wanted to know if it is possible to run ttests in order to calculate the difference between th…
Is it possible to specify a different color only for the negative bar?Hello, I want to change the different colors on the negative bar in my graph. Code: input year …
Dropping variable and saving itHi everyone How can I Remove a variable from a dataset, but save it in such a way that you can mer…
How to use global macros inside conditional statementsHi guys, I'm encountered a syntax problem that should be easy to solve but I still can't nail how to…
Subscribe to:
Post Comments (Atom)
0 Response to how to calculate the Marginal Effects after xtreg command
Post a Comment