bambinos / bambi

BAyesian Model-Building Interface (Bambi) in Python.
https://bambinos.github.io/bambi/
MIT License
1.08k stars 124 forks source link

Multinomial logistic regression - Pivot category #710

Open sepro opened 1 year ago

sepro commented 1 year ago

Not really an issue, but a gap in the docs or my knowledge ;-) When using BAMBI to do a multinomial logistic regression, which category is considered the pivot category?

tomicapretto commented 1 year ago

Hi @sepro, thanks for opening this issue! The first column is the pivot. If you have c(A, B, C) ~ predictor then the reference is A. I agree we should write this in our documentation.

sepro commented 1 year ago

Thanks for the swift reply @tomicapretto! A small detail, but I had a co-author ask me about this when they saw the draft manuscript.