Dear stata users,
I am building a model to predict firm return volatility, if historical returns are not available. My model is based on firm characteristics like size, industry, d/e ratio, etc..
I want to estimate coefficients with a dataset containing US firms in the period 2003 to 2012 (panel data). Hereafter I want to see how well the obtained model works in other years (2000-2001 and 2013-2014).
My regression is something like this:
xtreg volatility size d/e industry
within .5628
between .5012
overall .5820
Now the stata output gives me three different values of R-squared: within, between and overall. I am not sure which one of these I should interpret. I want to say: XX% of the differences in volatility in is explained by the model.
Thanks in advance!
Best regards,
Bart de Backer
I am building a model to predict firm return volatility, if historical returns are not available. My model is based on firm characteristics like size, industry, d/e ratio, etc..
I want to estimate coefficients with a dataset containing US firms in the period 2003 to 2012 (panel data). Hereafter I want to see how well the obtained model works in other years (2000-2001 and 2013-2014).
My regression is something like this:
xtreg volatility size d/e industry
within .5628
between .5012
overall .5820
Now the stata output gives me three different values of R-squared: within, between and overall. I am not sure which one of these I should interpret. I want to say: XX% of the differences in volatility in is explained by the model.
Thanks in advance!
Best regards,
Bart de Backer
Comment