Sorry in advance if this question has already been asked - I did a quick search and didn't see it, but may not have searched the right terms.
I'm trying to understand if nimble can detect multivariate normal conjugate samplers for linear model coefficients (assuming normal priors). I tried several things and at one point thought nimble was correctly detecting the multivariate normal conjugate sampler, but upon review of this page,
https://r-nimble.org/examples/linpred.html, I think it's not because of the sentence "
Unfortunately at the moment, NIMBLE does not recognize conjugacy in this situation where the prior is dmnorm and the dependents are dnorm."
Are there any workarounds that can help with recognition of multivariate normal conjugate samplers? Or is it just necessary to define a custom sampler?