samplics-org/samplics

Preserve the GLM model information

Opened this issue · 0 comments

It would be nice if SurveyGLM could hold the information returned by the statsmodels GLM. I wonder if something like

self.glm_model = glm_model
self.glm_results = glm_results

at the end of regression/glm.py would work?

Thank you!