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...
Relay asked 2/9, 2023 at 12:51

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...
Townshend asked 11/4, 2021 at 0:37

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...
Buttonhole asked 20/8, 2020 at 23:7

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...
Sharla asked 8/4, 2020 at 3:42
1

© 2022 - 2025 — McMap. All rights reserved.