Can I just add a question here related to the priorsense package? Sorry but I feel interested in the package. I read that the package can work for models fitted both using brms and rstanarm packages. However, I just see how it works for brmsfit family, but not sure how to correctly define the arguments of the function powerscale_sensitivity(). @n-kall can you help with this? As I try with my model fitting using stan_glmer () with:
sensivity_base ← powerscale_sensitivity(
model_full_rstarnarm, variable = c(“Gender”, “Edu”))
Just taking two predictors as examples but it did not work and having this error:
Error in get_draws(x) : argument “get_draws” is missing, with no default
Thanks!