I want to run a study on the impact of financial performance on corporate social responsibility (CSR), where CSR is a dummy variable
Is this correct ? because when I add the prefix i.CSR, stata gives me this
Code:
reg CSR ROA Risk Size Age ib2.Industry,vce(cluster Companyscode)
Code:
reg i.CSR ROA Risk Size Age ib2.Industry,vce(cluster Companyscode) depvar may not be a factor variable r(198);
Comment