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
How to combine 2 rows of data into 1 row_Dear stata user, I'm trying to combine 2 or more rows of information into 1 row, because they are a…
Data being destroyed while savingI'm having a very weird problem with data being destroyed while writing/reading into Stata-MP on a s…
margins with multiple imputed dataHello, Is there a way to use the margins command with multiple-imputed data? I'm working with the f…
Replication code for Stata 14 and Stata16 producing different resultsI ran into a problem where a data replicator could not replicate an item response variable using the…
matching counties based on first two digits for finding similar stateHello, I have a data which shows distance between all counties from another county. This includes a…
Subscribe to:
Post Comments (Atom)
0 Response to how to calculate the Marginal Effects after xtreg command
Post a Comment