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