Dear All.
i am the new to stata . i am working on my research as under .
I am using the panel data model with 120 cross sections (individuals) who are following 40 firms for 9 years of data (2014 to 2022). My data has following data .
dependent variable:Y
performance (Yijt) of financial analysts.
independent varaiable :
experience (ijt) X1
qualification (ijt) X2
discretionary accruals (jt) X3
ownership concentration (jt) X4
Echange rate volatility (t) X5
Control variables
Horizon( ijt) cv1
brokersize(ijt) cv2
Firm size(jt), cv3
leverage(jt) cv4
coverage(jt) cv5
roe(jt). Cv6
My model selection is as under as per BPLM test ols is better than re model.
as per hausman test is fe better over re. so i selected fe for my model . Then to correct heteroskedasticity, xtreg ,fe vce(robust) is used .
Following problems
xtset i t
Model: xtreg y x1 x2 x3 x4 x5 cv1 cv2 cv3 cv4 cv5 cv6 i.year, fe vce(robust) . (I consider only individual and time effect)
1. My qualification variable omitted. (NOTE : QUAKIFICATION IS DICHOTOMOUS VARIABLE. I.E CFA(1) and non CFA(2). CFA is a professional certification for financial analysts.
2. If i use lsdv with time effect, individual effect with cluster at individual level, then it shows the coefficient .
regress y x1 x2 x3 x4 x5 cv1 cv2 cv3 cv4 cv5 cv6 i.panelid i.year, cluster (panelid)
3. If i use reghde command to consider fixed effects of i,j,t then exchange rate volatiliy is omitted.
Reghdfe Y x1 x2 x3 x4 x5 cv1 cv2 cv3 cv4 cv5 cv6 , absorb( panelid firm year) cluster (panelid)
Please if any one may help the model selection and ita output. I will be grateful.
i am the new to stata . i am working on my research as under .
I am using the panel data model with 120 cross sections (individuals) who are following 40 firms for 9 years of data (2014 to 2022). My data has following data .
dependent variable:Y
performance (Yijt) of financial analysts.
independent varaiable :
experience (ijt) X1
qualification (ijt) X2
discretionary accruals (jt) X3
ownership concentration (jt) X4
Echange rate volatility (t) X5
Control variables
Horizon( ijt) cv1
brokersize(ijt) cv2
Firm size(jt), cv3
leverage(jt) cv4
coverage(jt) cv5
roe(jt). Cv6
My model selection is as under as per BPLM test ols is better than re model.
as per hausman test is fe better over re. so i selected fe for my model . Then to correct heteroskedasticity, xtreg ,fe vce(robust) is used .
Following problems
xtset i t
Model: xtreg y x1 x2 x3 x4 x5 cv1 cv2 cv3 cv4 cv5 cv6 i.year, fe vce(robust) . (I consider only individual and time effect)
1. My qualification variable omitted. (NOTE : QUAKIFICATION IS DICHOTOMOUS VARIABLE. I.E CFA(1) and non CFA(2). CFA is a professional certification for financial analysts.
2. If i use lsdv with time effect, individual effect with cluster at individual level, then it shows the coefficient .
regress y x1 x2 x3 x4 x5 cv1 cv2 cv3 cv4 cv5 cv6 i.panelid i.year, cluster (panelid)
3. If i use reghde command to consider fixed effects of i,j,t then exchange rate volatiliy is omitted.
Reghdfe Y x1 x2 x3 x4 x5 cv1 cv2 cv3 cv4 cv5 cv6 , absorb( panelid firm year) cluster (panelid)
Please if any one may help the model selection and ita output. I will be grateful.
Comment