Skip to content

Add optional ordering of fixed effects#37

Merged
s3alfisc merged 2 commits intopy-econometrics:mainfrom
leostimpfle:feat/add-feorder
Mar 12, 2026
Merged

Add optional ordering of fixed effects#37
s3alfisc merged 2 commits intopy-econometrics:mainfrom
leostimpfle:feat/add-feorder

Conversation

@leostimpfle
Copy link
Copy Markdown
Contributor

Add feorder argument for optional ordering of fixed effects mirroring the order argument for coefficients. For example:

import pyfixest as pf
import maketables as mt

data = pf.get_data(N=1_000, seed=0, model="
fit = pf.fepois(fml="Y ~ X1 | f1+f2", data=data)
mt.ETable(fit, feorder=["f2", "f1"])

@s3alfisc s3alfisc merged commit 8b0a841 into py-econometrics:main Mar 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants