Post #2154522
2026-04-03 23:14 UTC
@emjonaitis Doubt these package can be used for entire dataset, but here are some beta regression packages that handle clustering and have some optimizations included (e.g. C++, parallelization). Not sure about the 0s and 1s though. Anyway, they might worth checking out.
betaregscale, https://evandeilton.github.io/betaregscale/
cobin, https://github.com/changwoo-lee/cobin
glmmTMB, https://cran.r-project.org/web/packages/glmmTMB/index.html
GLMMadaptive, https://drizopoulos.github.io/GLMMadaptive/
Replies (1)
-
@emjonaitis@mathstodon.xyz 2026-04-03 23:21
@erc_bk thanks for this! I'm working on glmmTMB now and we'll see. It was tractable with a stratified sample of 25% (about 20 minutes) but 100% is slow going so far.