Skip to content
4 changes: 4 additions & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ website:
file: stata-2-pyfixest.qmd
- text: "PyFixest on the GPU"
file: pyfixest_gpu.ipynb
- text: "Other Resources around PyFixest"
file: resources.qmd
- text: "Replicating 'The Effect' with PyFixest"
file: replicating-the-effect.qmd
- text: "Replicating 'The Mixtape' with PyFixest"
file: mixtape.ipynb


quartodoc:
Expand Down
6 changes: 3 additions & 3 deletions docs/difference-in-differences.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ fit_dynamic_twfe.iplot(
figsize=[1200, 400],
yintercept=0,
xintercept=13.5,
labels=rename_event_study_coefs(fit_dynamic_twfe._coefnames),
cat_template="{variable}::{value}"
)
```

Expand Down Expand Up @@ -218,7 +218,7 @@ fit_dynamic_twfe.iplot(
yintercept=0,
xintercept=13.5,
joint="both",
labels=rename_event_study_coefs(fit_dynamic_twfe._coefnames),
cat_template="{variable}::{value}"
)
```

Expand Down Expand Up @@ -348,7 +348,7 @@ fit_twfe.iplot(
figsize=figsize,
xintercept=18.5,
yintercept=0,
labels=rename_event_study_coefs(fit_twfe._coefnames), # rename coefficients
cat_template="{variable}::{value}"
).show()
```

Expand Down
Loading
Loading