I am trying to replicate an econ paper using python: The authors use following models (codes). Is there similar codes on statsmodels
in python or how can I use similar models in python
Stata codes:
**First model**
`wls0` *dependent_variable* *independent_variables*, `wvar`(some_variable) `type(abse)`
**Second Model:**
`reg` *dependent_variable* *independent_variables* [`pweight` = some_variable], `vce`(`cluster` some_variable)