I am analyzing behavioral data (i.e., decision-making) with a quite large N (> 10.000), but cannot access outcome variables in absolute form (5.000 choosing option A, 5.000 choosing option B), but only in percentages (50% choosing option A, 50% choosing option B).
How can I find out, whether along a series of >100 decision, participants favor, e.g., A over B?
As Bayesian statistics innately uses percentages/probabilities this might be a good fit, right?
However, I am a Bayesian noob an not quite sure about my approach:
In a first step I would use a 50/50 prior and integrate the probabilities from one decision.
The posterior distribution then serves a the new prior for integrating the next decision percentages.
In sum, I would perform Bayesian hierarchical modelling along all decision reporting the last posterior distribution.
Any help or feedback would be very, very welcome :)