Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement zero inflated multinomial distribution #1567

Open
ABWerks opened this issue Nov 17, 2023 · 1 comment
Open

Implement zero inflated multinomial distribution #1567

ABWerks opened this issue Nov 17, 2023 · 1 comment

Comments

@ABWerks
Copy link

ABWerks commented Nov 17, 2023

Multinomial regression is possible in brms using the multinomial family and it works very well (thank you)! However there is currently no way to account for 0 count across all possible choices. This happens often when modeling clinic use in health care settings where patients have the opportunity to engage in care across multiple modalities (in person, telehealth, nurse hotline, etc..) in any year, but often don't visit at all. Having the ability to account for the latent probability of no visits would (I think better) model the ebb and flow of care.
Koslovsky has done some work here and I have used that package, but it lacks the flexibility of brms:
Paper
Repo

@paul-buerkner
Copy link
Owner

Thanks! I will take a look when I have time :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants