-
Copied from [CrossValidated](http://stats.stackexchange.com/questions/127479/glmer-in-r-significance-estimates-are-not-robust-to-order-of-data-frame)
```
library(lme4)
set.seed(999)
# make a somewha…
-
what's the best way to get one-way covariance for example in unbalanced panel?
After reshape and filling with nans we could use masked arrays or pandas.
data: x = 2d data, groups is 1d integer …
-
When attempting to merge three 14B LLMs on a custom task using the mergekit-evolve method, I ran into memory overflow issues on 8 A100 GPUs, each with 80G of memory. Could you please let me know if 4-…
-
Some code I wrote a while back for computing SMDs from lm output. Could be useful to report effect sizes in terms of standardized betas and Cohen's ds. Most important bit is the comment at the end.
…
-
TODO:
- [x] Create an `is_hit` logical column (0, 1)
- [x] Reaction time regression on signal time per participant
Potential regression ideas:
```r
library(lme4)
lmer(
reaction_time ~…
-
I have read #180, but I'm still not sure whether lme4 supports non-integer responses for binomial GLMMs (and Poisson GLMMs, but I'll only deal with binomial GLMMs here). More specifically, it seems li…
-
I am having an issue running glmer, namely:
`Error in pwrssUpdate(pp, resp, tol = tolPwrss, GQmat = GHrule(0L), compDev = compDev, : pwrssUpdate did not converge in (maxit) iterations`
From wh…
-
The examples in https://github.com/tensorflow/probability/tree/master/tensorflow_probability/examples do not run with TensorFlow 2, but it's been a while the stable TF2 is available. So, any plans to …
-
(another topic where I don't have an overview and no ready answers)
#1097 for linear model (simple cross-sectional)
scipy also has orthogonal distance regression (where I never got beyond one toy exa…
-
I am attempting a simple re-analysis of Rovira (2024) https://doi.org/10.1093/bjc/azad063. Data can be found here: https://osf.io/vjnd4. The analysis I want to reproduce is the simple interview offer/…