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
Looping through a list of strings; combining variables within stringsI have a series of household consumption surveys, each for every year, and I want to process each fi…
Looping with both `var' and `i' simultaneouslyHello, I want to loop over my variable list, but also be able to have a number `i' that reflects th…
Fixed and random effects WITHOUT using clustered robust standard errors (CRSE)Hi Statalist users. I'm new to this forum and would love to get some help from you guys. I'm worki…
I would like some help with coding and generating faultline variable in StataHello everyone, I'm a student and I'm currently having some issues with coding and generating the v…
Insert empty row by group conditionallyHi, I have a survey data like this: Code: input id sequence q1 q2 q3 q4 q5 001 1 1 3 2 1 5 001 …
Subscribe to:
Post Comments (Atom)
0 Response to how to calculate the Marginal Effects after xtreg command
Post a Comment