From f3bf0a39475f7293681f132aa22c85244b2e1e27 Mon Sep 17 00:00:00 2001 From: Alexander Fischer Date: Sun, 22 Dec 2024 18:57:15 +0100 Subject: [PATCH] rename to get_fit --- pyfixest/estimation/feglm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfixest/estimation/feglm.py b/pyfixest/estimation/feglm.py index c4d57968..61902e1f 100644 --- a/pyfixest/estimation/feglm.py +++ b/pyfixest/estimation/feglm.py @@ -61,7 +61,7 @@ def __init__( self._method = "feglm" - def _get_fit(self): + def get_fit(self): "Fit the GLM model via iterated weighted least squares." _Y = self._Y _X = self._X