Hi,
This is my first post on the statlist forum. Or actually my second as I quickly realized that the sendbox was maybe not the perfect place to post this...
I'm currently researching the performance of mutual SRI funds in Sweden and I was planning on regressing my cross sectional time series data as panel data using xtreg in STATA. I've this problem stated below and I truly hope that someone more experienced can help me or point me in the right direction. I've been searching for answers and trying everything I can think of for more then 10h now and my head is spinning :/.
I have a dataset containing about 140 conventional funds and 75 SRI funds that I want to analyze over a time period of 17 observations for each fund (monthly returns). I would like to regress the data on the fama french factors (MktRF, SMB, HML and MOM).
I'm running the command:
xtreg return MktRF SMB HML MOM, re/fe/be
In order to determine if I should use fixed or random effects I'm performing a Hausman-test. For the conventional funds (140) this all seems to work good, but for the SRI funds (75) this doesn't work as the fixed and random effect gives the exact same coefficients. After some investigation and after running a between test, I've realized that STATA omitts the MktRF, SMB, HML and MOM variables with the explanation that they are collinear when running the code for the SRI funds. I've tried using different indices as MktRF but always end up with the same result, I've also tried to analyze the correlation using xtcorr and xtserial but can't find my issue. All funds of course have the same data for each fund for the MktRF, SMB, HML and MOM, however this doesn't seem to be a problem when running the code on conventional funds?
I'm truely gratefull for all help you might have for me on this!
Best Regards
Axel Grapengiesser
Stockholm School of Economics, Sweden
This is my first post on the statlist forum. Or actually my second as I quickly realized that the sendbox was maybe not the perfect place to post this...
I'm currently researching the performance of mutual SRI funds in Sweden and I was planning on regressing my cross sectional time series data as panel data using xtreg in STATA. I've this problem stated below and I truly hope that someone more experienced can help me or point me in the right direction. I've been searching for answers and trying everything I can think of for more then 10h now and my head is spinning :/.
I have a dataset containing about 140 conventional funds and 75 SRI funds that I want to analyze over a time period of 17 observations for each fund (monthly returns). I would like to regress the data on the fama french factors (MktRF, SMB, HML and MOM).
I'm running the command:
xtreg return MktRF SMB HML MOM, re/fe/be
In order to determine if I should use fixed or random effects I'm performing a Hausman-test. For the conventional funds (140) this all seems to work good, but for the SRI funds (75) this doesn't work as the fixed and random effect gives the exact same coefficients. After some investigation and after running a between test, I've realized that STATA omitts the MktRF, SMB, HML and MOM variables with the explanation that they are collinear when running the code for the SRI funds. I've tried using different indices as MktRF but always end up with the same result, I've also tried to analyze the correlation using xtcorr and xtserial but can't find my issue. All funds of course have the same data for each fund for the MktRF, SMB, HML and MOM, however this doesn't seem to be a problem when running the code on conventional funds?
I'm truely gratefull for all help you might have for me on this!
Best Regards
Axel Grapengiesser
Stockholm School of Economics, Sweden
Comment