Python PanelOLS.fit, there is an error: “operands could not be broadcast together with shapes (1105,12) (12,1)”
I am trying to do the Panel OLS Regression (which is from linearmodels.panel), but when doing the ‘fit’ function it displays the error.
I am trying to do the Panel OLS Regression (which is from linearmodels.panel), but when doing the ‘fit’ function it displays the error.