Hi all,
Apologies for the statistics element of the question, I know that is to be refrained from on the forum, but much searching has not led me to a conclusive answer for my case.
I have an independent variable, Investor Sentiment (ISdummy) with quarterly data, as I do with firm-level data (and control variables). I will have multiple firms at the same date with different cash (w_cash_scaled), but experiencing the same investor sentiment. Is this a problem in terms of it being cross-sectional data, and if so how can I fix it? Example of data below.
Apologies for the statistics element of the question, I know that is to be refrained from on the forum, but much searching has not led me to a conclusive answer for my case.
I have an independent variable, Investor Sentiment (ISdummy) with quarterly data, as I do with firm-level data (and control variables). I will have multiple firms at the same date with different cash (w_cash_scaled), but experiencing the same investor sentiment. Is this a problem in terms of it being cross-sectional data, and if so how can I fix it? Example of data below.
Code:
* Example generated by -dataex-. To install: ssc install dataexclearinput int date float(ISdummy w_cash_scaled w_leverage w_rd_scaled w_capex_scaled) 10500 1 .3983854 .015093016 .04808705 .005616006 10500 1 .13418292 .1874063 .02023988 .014430285 10500 1 .21418872 .14277571 .033627816 .06596483 10500 1 .6384858 .1875079 .10942716 .033312302 10500 1 .08196511 .29656234 .03232427 .010261673 endformat %d date
Comment