Add robustness to model with statsmodel

147 views Asked by At

I am running a logistic regression with statsmodel and I am trying to add robustness to my model, similar to STATA's robust command, and I can't seem to find it on their documentation. Note that I am not looking for the Robust Linear Regression with command sm.RLM(), as this is another model, not an add-in to the model I want to use.

Thanks in advance !

0

There are 0 answers