-
I see that the `nloptr` package isn't available for webR. It's required for `lme4`, so if there's anything I can do to help troubleshoot let me know. (`nloptr` does generally require `cmake` to build …
-
Hello,
I am working with a large dataset spread over 300 files. Here I am showing you an example where I load one of these files into R as a tibble.
```
> elder_clean
# A tibble: 4,094,925 x …
-
I am trying to run the example provide in http://pbreheny.github.io/visreg/articles/web/mixed.html:
library(visreg); library(lme4, quietly=TRUE)
data(Milk, package="nlme")
ctrl
-
I`m using WeMix to analyze the PISA data. I fit a three-level model and want to extract random effects and associated standard errors by units (e.g., random effects and standard errors country by coun…
-
Something we should talk about at the next meeting:
I think we've only been testing on Bernoulli models, but binomial model syntax like `y_count|trials(n)` in brms or `cbind(y_count, trials - y_co…
-
Hey, thanks for your work on this really useful software!
I was wondering if blme models are compatible with `lme4::bootMer`?
- `lme4::bootMer(my_bmerMod, my_icc_function, nsim = 1000, use.u = F…
-
## Please answer these questions:
Does installing pymer4 into a clean conda environment in any of these
four ways solve the problem? If so, which worked and which didn't?
1. `conda create --nam…
-
Hi there!
I'm trying to fit a model with a random effect term following your tutorial on Bioconductor and this issue: #107
```
library(lme4)
zlmCond
-
Especially Sommer but also lm/aov and lme4
-
See: https://github.com/egouldo/ManyAnalysts/issues/80#issue-2504983330
After re-running the systematic checks on the updated pipeline, the following holds:
1. continuous ratings, $Z_r$: `Review…