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
)?
Asked
Active
Viewed 4,096 times
2

Brian Tompsett - 汤莱恩
- 5,753
- 72
- 57
- 129

Valerio
- 101
- 2
- 10
2 Answers
1
You can find the documentation for the linearmodels package here: https://bashtage.github.io/linearmodels/doc/

apod
- 578
- 5
- 16