# estimation.models.felogit_.Felogit { #pyfixest.estimation.models.felogit_.Felogit }

```python
estimation.models.felogit_.Felogit(
    FixestFormula,
    data,
    ssc_dict,
    drop_singletons,
    drop_intercept,
    weights,
    weights_type,
    collin_tol,
    lookup_demeaned_data,
    tol,
    maxiter,
    solver,
    demeaner=None,
    store_data=True,
    copy_data=True,
    lean=False,
    context=0,
    sample_split_var=None,
    sample_split_value=None,
    separation_check=None,
    accelerate=True,
)
```

Class for the estimation of a fixed-effects logit model.