I have following data set which is panel data. Total data is about 78 millions rowcount. I have few more columns of data which I have skipped here.
date stockName PRC VOLUME
2 2016-06-01 09:30:53 ABCD IS Equity 14.25 13957
3 2016-06-01 09:30:54 EFGH IS Equity 14.25 14620
4 2016-06-01 09:31:04 IJKL IS Equity 14.25 14120
5 2016-06-01 09:31:11 MNOP IS Equity 14.25 13820
6 2016-06-01 09:31:47 ABCD IS Equity 14.30 20408
7 2016-06-01 09:31:58 EFGH IS Equity 14.30 29776
As far I understood plain biglm
run is not for panel data. Please correct me if I am wrong. So how can I use it for panel data. Any kind of comments or suggestions are welcome.