glmmtmb Questions
2
I used functions ggpredict() and ggemmeans() from package ggeffects 1.3.0 to calculate mean estimates and confidence intervals (hereafter: CI) for a mixed-effect model. These functions rely on pred...
1
Solved
Example
library(glmmTMB)
library(ggeffects)
## Zero-inflated negative binomial model
(m <- glmmTMB(count ~ spp + mined + (1|site),
ziformula=~spp + mined,
family=nbinom2,
data=Salamanders,...
Myxomatosis asked 25/6, 2022 at 20:41
1
Solved
I am using the glmmTMB library to run mixed models, within a R markdown document. Any model that I run, I get these warnings:
'giveCsparse' has been deprecated; setting 'repr = "T"' for y...
1
I have semicontinuous data (many exact zeros and continuous positive outcomes) that I am trying to model. I have largely learned about modeling data with substantial zero mass from Zuur and Ieno's ...
Extrados asked 16/1, 2021 at 0:8
0
I'm running R 4.02 and RStudio 1.3.1073. I'm having an error when I'm running a model with glmmTMB. Should I update or revert to a different version?
Error in .Call("FreeADFunObject", pt...
1
Solved
I am trying to manually plot model estimates on top of data. My real problem is far more complicated than this, so I want to avoid using predict if I can, and would prefer to understand how these p...
1
© 2022 - 2025 — McMap. All rights reserved.