Hi
please im trying to see the moderator effect of ( CSR_Committee) it is a dummy variable (1 ,0 )
Where
moderator effect of ( CSR_Committee) it is a dummy variable (1 ,0 )
Dependent variable EQUITY continuous variable
Independent variable is CSO is a dummy variable (1 ,0 )
control variables FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Governance_Score_w SustainabilityScore_w CSR_Committee
i code the model as followings
my model is as following
reg EQUITY CSO FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Governance_Score_w SustainabilityScore_w CSR_Committee i.CSO#i.CSR_Committee
But it give when i run the regression
. reg EQUITY CSO FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Governance_Score_w SustainabilityScore_w
> CSR_Committee i.CSO#i.CSR_Committee
note: 1.CSO#0b.CSR_Committee omitted because of collinearity.
note: 1.CSO#1.CSR_Committee omitted because of collinearity.
in the regression
CSO#CSR_Committee |
CSO Not Present#1 | -3.001053 1.538676 -1.95 0.051 -6.017678 .0155724
CSO Present#0 | 0 (omitted)
CSO Present#1 | 0 (omitted)
please im trying to see the moderator effect of ( CSR_Committee) it is a dummy variable (1 ,0 )
Where
moderator effect of ( CSR_Committee) it is a dummy variable (1 ,0 )
Dependent variable EQUITY continuous variable
Independent variable is CSO is a dummy variable (1 ,0 )
control variables FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Governance_Score_w SustainabilityScore_w CSR_Committee
i code the model as followings
my model is as following
reg EQUITY CSO FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Governance_Score_w SustainabilityScore_w CSR_Committee i.CSO#i.CSR_Committee
But it give when i run the regression
. reg EQUITY CSO FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Governance_Score_w SustainabilityScore_w
> CSR_Committee i.CSO#i.CSR_Committee
note: 1.CSO#0b.CSR_Committee omitted because of collinearity.
note: 1.CSO#1.CSR_Committee omitted because of collinearity.
in the regression
CSO#CSR_Committee |
CSO Not Present#1 | -3.001053 1.538676 -1.95 0.051 -6.017678 .0155724
CSO Present#0 | 0 (omitted)
CSO Present#1 | 0 (omitted)
Comment