Hi. I have a panel data set and the variables are the firm's asset, ROA, and so forth, as follows:
The issue that I have is I have a first-differentiated variable that measures the change of the firm's position in vector space from one year to the next year, ranging from 0 to 1 (e.g., 0.84 from 2010 to 2011 for GVKEY 10456; 0.79 from 2011 to 2012 for GVKEY 10456) with information about the baseline levels for next year and previous year but not in a subsequent format (e.g., for 2010 to 2011, 0.92 - 0.08 = 0.84; for 2011 to 2012, 0.89 - 0.10 = 0.79).
I am now using the conventional fixed-effects model with year and GVKEY fixed-effects, but I am wondering how to include the above firm's position change variable into the model, given that other variables are level ones, not first-differenced one. Do I just include the firm's position change like 0.84 for Year 2010 for GVKEY 10456 and 0.79 for Year 2011 for GVKEY 10456? Or do I need to use first-difference regression? I have been trying to find an answer from this forum, but could not find anything meaningful. Thank you in advance!
Year | GVKEY | Asset | ROA |
2010 | 10456 | 13.4 | 0.99 |
2011 | 10456 | 10.5 | 0.82 |
2012 | 10456 | 12.1 | 0.75 |
I am now using the conventional fixed-effects model with year and GVKEY fixed-effects, but I am wondering how to include the above firm's position change variable into the model, given that other variables are level ones, not first-differenced one. Do I just include the firm's position change like 0.84 for Year 2010 for GVKEY 10456 and 0.79 for Year 2011 for GVKEY 10456? Or do I need to use first-difference regression? I have been trying to find an answer from this forum, but could not find anything meaningful. Thank you in advance!
Comment