-
Hi there,
Sorry, this is my first time posting an issue for an R package so I am unsure what is standard protocol. If you need me to submit a full markdown file then I could probably do that.
I …
-
The following simple example used to plot nicely with sjp.lmer but now gives me faceting errors. Something seems off here.
```
library(lme4)
library(sjPlot)
adf
-
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
-
Hello,
Got this error message that I know is common when using lme4 - Error: number of observations (=800)
-
I am trying to evaluate the effect of different chemical treatments against the mite Varroa in adult bees during a 56 days treatment period.
The sample for Varroa is taken from each colony, by sam…
-
Be good to have an ability to set seeds.
I've added this to my version. My code is too hacky and special purpose to share directly, but I thought it might be worth mentioning in the hopes that fut…
-
I'm trying to fit a model for an example in a data package I'm working on using glmmTMB, but I'm running into convergence issues. However, the same model converges just fine with both `nlme::lme()` an…
-
Hi, I'm wondering if it would be possible (or even make sense) to have the option to specify random effects in the model explainer?
I thought about this because when looking at feature importance, …
-
When you set a value curve to random and the number of points to a low number, in my case, 1, the graph shows a randomly chosen flat line, so I expect the value to be randomly chose but stay flat for …
-
Hi,
I am using a multi-level "within/between" or "hybrid" model specification to predict the likelihood of holding credit card debt (0 = no, 1 = yes) as a function of caregiving status (0 = not car…
coanv updated
1 month ago