-
For most applications, `fixest` and `marginaleffects` packages interact well. However, it looks as if `fixest` does not support the estimation of marginal aggregated cohort effects and att as accordin…
-
parking a reference
Tu, Chunhao, and Woon Yuen Koh. "Comparison of adjusted and unadjusted marginal probabilities for estimating binomial parameters in observational studies." Journal of Statistical …
-
Hi Paul,
Thank you for your kind words about the use-case table I put together in an attempt to illustrate when one would want to use **posterior_epred()** versus **posterior_predict()** in the co…
-
- [ ] REALLY Need to add a section about marginal and conditional R2 to this workshop.
- [ ] Plusieurs coquilles/anglicismes, peu d'information sur le calcul d'intervalles de confiance par rapport a…
-
Hi, I'm new to this.
I want to know if the coef_ I have got in LinnearDML is CATE? If not, what these coef_ mean?
where can I get CATE when I use causalforestDML?
I'm so confused...I have read doc …
-
https://stackoverflow.com/questions/71700418/is-there-a-way-to-subset-data-for-python-statsmodels-get-margeff-like-in-r-ma
get margins for subset of sample exog
Need to check this, I never tried…
-
### Before
_No response_
### After
_No response_
### Context for the issue:
cc: @bwengals @athowes @junpenglao
previous closed LA/INLA issues: https://github.com/pymc-devs/pymc/pull/4847 and …
-
Please specify whether your issue is about:
- [ ] a possible bug
Thank you for the excellent package! I think there may be a bug in `(g)lmer` models with non-linear functions of predictors.
…
-
Arises from the following snippet:
```
if y is not None:
X['_actual'] = y
agg_kwargs['actual'] = ('_actual', y_aggfun)
agg_kwargs['actual_lower'] = ('_…
-
Hi there,
I am trying to extract by-group marginal means and their CIs of an lmer() model with group as a random effect. For example:
```r
library(lme4)
library(tidyverse)
library(parameters…