--
You received this message because you are subscribed to the Google Groups "brms-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+unsubscribe@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/89817cf0-3f81-4513-8e28-08e2ba0e3f5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You may try setting a stronger prior on it. For instanceYou can drop correlation by replacing "|" with "||" in random effects terms.That said, I would rather include the correlation even if convergence is not optimal.
set_prior("lkj(2)", class = "cor", group = "Subject")
2018-04-16 22:25 GMT+02:00 David Sidhu <dms...@gmail.com>:
I am estimating the following model:exp1<-brm (DV ~ IV1*IV2+(1+IV1+IV2|Subject) + (1|Item), data=data1, family="bernoulli", prior = prior, warmup = 1500, iter = 3000, chains = 30)All of the output in the resulting model looks good, except for the correlation between the subject intercept and IV1, which has an Rhat of 1.03.I believe this means that the analysis has not converged on a value for this correlation.However, the value of this correlation per se is not of interest to me, I only have the random effects in the model to increase accuracy with regards to the fixed effects. Thus, I'm wondering if it is necessary to have the model converge on a value for this correlation when my interest is solely in the fixed effects?I've tried increasing the number of iterations and chains however this hasn't worked. I thought to try a model that doesn't estimate this correlation, but it doesn't seem like that's possible while still estimating the IV2 random slope, and its correlation with the subject intercept?Thanks, as always.
--
You received this message because you are subscribed to the Google Groups "brms-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to brms-users+unsubscribe@googlegroups.com.
To post to this group, send email to brms-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brms-users/6384c1a8-e13b-4410-b40b-a8d8786de700%40googlegroups.com.