Suppose, the response y can be modeled by the following generic equation:
y = a + b1*x1
,
where x1 = func(p,q,r)
Standard functions provided by rstanarm allow to specify the prior distributions for the coefficients (b1)
and intercept (a)
.
Do functions in rstanarm such as stan_lmer have a provision to provide prior distributions for the parameters (p,q,r)
which are external to model?