how to extract credible intervals
Posted: Tue Mar 08, 2022 9:18 am
Hello,
using this
I'm able to get the variance for level two, but wondered is there a way to do this for the credible interval? and if not, how is it possible to calculate this myself? As this returns the variance directly, does the standard error in the model results also need to be ^ 2 to use to calculate the CI? Hope that makes sense, thank you 
using this
Code: Select all
sqrt(coef(modelstim)[c("RP2_var_Intercept")])
