Posterior predictive tail / ceiling effects in logit

I’ve analyzed binomial data (hit/miss) from an experiment and looked at the distribution of the data vs. posterior predictive samples. As you can see below, the right tail of the original data has higher values than the posterior predictive samples. I have ceiling effects from some participants. Should I be worried about it?

ppc_logit

I looked around and found that a Tobit model might be a better way to go about this. Would you recommend it? How can I easily implement such a transform?

I think a censor model would better handle cases like this. https://docs.pymc.io/notebooks/censored_data.html

1 Like

Thanks I modeled it with a potential function like the parametrizations outlined here
https://github.com/pymc-devs/pymc3/blob/master/docs/source/notebooks/weibull_aft.ipynb

1 Like