I'm trying to perform a panel data regression that accounts for fixed effects with the PLM package in R. However, PLM doesnt seem to be able to handle data with a size of almost 4 million observations and 20 control variables.
Are there other R or python packages that may be able to handle panel data of this size? Or is there a way to coax PLM package to work better with big data sets?