bambinos / bambi

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

Multinomial logistic regression - Pivot category #710

Open sepro opened 11 months ago

sepro commented 11 months 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 11 months 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 10 months 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.