Hi,
I’m estimating a multivariate model with two grouping terms in which different outcomes are predicted by some shared predictors as well as one predictor that differs between all formulas. So far, I have been using the |ID|-Syntax to model group-level terms as correlated. However, I am not actually sure what the reason behind this is and whether it should always be done or not. It would be great if someone could explain this in more detail. My syntax looks somewhat like this
do you want to estimate the correlation between group level effects? As @paul.buerkner writes in the help file ?brmsformula:
All group-level terms sharing the same ID will be modeled as correlated. If, for instance, one specifies the terms (1+x|2|g) and (1+z|2|g) somewhere in the formulas passed to brmsformula , correlations between the corresponding group-level effects will be estimated.
Thanks for your reply.
I’m not sure if I should estimate the correlations or not. That’s my main question. I know what the formula does, but I’m not sure if I should always use it, kind of as a default.
I would suggest using both (one where you use it and one where you don’t use it) and see if that helps (I have no idea if it can) with the out of sample prediction (i.e., use LOO or WAIC)?
Thanks I will try that. And do you by any chance know if estimating the correlations is related to power? I already have quite a lot of variables for my sample so just wondering if this should be taken into account as well…
Always include (estimate) the correlations if you can afford it (i.e. if the sampler converges in reasonable time). Otherwise you may lose importance sources of information in the model.