Dear Colleagues,
Im looking for a solution to fitting multivariate multiple regression with mixed effects in R.
In my case I have multiple dependent and independent variables with a hierarchical structure: samples are nested inside treatment groups A/B, and treatments are nested in sites.
As far as I know the lmer and glmmTMB packages works well with mixed effects, but dont accept multiple response variables.
I also interested in Bayesian modeling, but it seems that bnsp or rstanarm packages cannot do both.
Can you recommend a solution to this?