I am running a beta regression model in R on proportion data with one quantitative predictor variable (amplitude = 40, 50, 60, 70). I have been able to get predictions from the model for the proportion at 40, 50, 60, 70 and plot it.
I understand from researching around this site and others that getting confidence intervals for predictions from beta regression models is not the same/as easy as it is with other models. I have read around that to get levels of confidence for beta regression models, bootstrapping the predictions from the model is one way of getting confidence intervals/bands (as mentioned in other posts, for example by Achim Zeileis on thread: https://stats.stackexchange.com/questions/230501/variance-vs-standard-deviation-in-beta-regression?noredirect=1&lq=1). My question is how would one actually carry out this boostrapping to get predictions and levels of confidence for the predictions from my model in R? I ideally want to get predictions for the proportion at amplitude: 40, 50, 60 and 70 with some level of confidence. I am rather new to bootstrapping, so if someone had insight into how one can bootstrap predictions and confidence intervals from a beta regression model that would be great.