2

does anybody know where I can find the full documentation regarding the PanelOLS from Pandas (from pandas.stats.plm import PanelOLS) and PanelOLS from Linearmodels (from linearmodels import PanelOLS)?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Valerio
  • 101
  • 2
  • 10

2 Answers2

1

You can find the documentation for the linearmodels package here: https://bashtage.github.io/linearmodels/doc/

apod
  • 578
  • 5
  • 16
0

As pandas PanleOLS module is no longer supported you should use linearmodels PanelOLS module instead, with its documentation here

TiTo
  • 833
  • 2
  • 7
  • 28