-
Are we allowed to steal from ourselves?
https://strengejacke.github.io/ggeffects/reference/residualize_over_grid.html
-
Dear Ben, I have been following your suggestions to use the modular interface of lme4 to provide customized matrices and apply other tricks. Among those I would like to apply a rotation matrix to Z[i.…
-
There have been various questions about differences between results from DHARMa dispersion tests and other parametric overdispersion tests, such as [this](https://github.com/glmmTMB/glmmTMB/issues/224…
-
Hi sdmTMB team,
I am trying to employ sdmTMB to fit a stacked SDM, but am finding that, when fitting spatial models and beyond, fitting things in parallel takes longer than fitting in sequence. For…
-
``` r
library(rstanarm)
performance::performance(lme4::lmer(Sepal.Length ~ Petal.Length + (1 | Species), data = iris))
#> # Indices of model performance
#>
#> AIC | BIC | R2_conditional …
-
Currently trying to use `ggeffects` for a `mmblogit` object from the `mclogit` package, but the following messages are being shown:
```
> ggeffects::ggeffect(model.example)
Can't compute marginal…
-
Hi, I was trying to use the SeuratData package. I've installed the package, looked at the available data, and installed it with the "Dataset" name. However, I'm not able to load the Azimuth datasets:
…
-
I was playing with a glm() to check how various packages check for assumptions, and I saw that for binomial models it does not produce the QQ plot (although the documentation says it should).
Repro…
mz555 updated
2 months ago
-
Hi everyone,
After downloading the latest version of TMB package, I tried to re-run a code on glmmTMB that was working just fine until this morning, and I got this error:
'Error in .Call("getParamet…
-
homework1
``` r
install.packages(c("fredr", "forecast", "tseries","reprex"))
#> Installing packages into 'C:/Users/vasundhara/AppData/Local/R/win-library/4.3'
#> (as 'lib' is unspecified)
#> pack…