Reputation: 3
I am using rstanarm and want to create priors that are bound to be positive, so lower>0. How can I do this?
Upvotes: 0
Views: 84
Reputation: 4980
That is not currently possible with the rstanarm package. It is possible if you use the brms package or write your own Stan code.
Upvotes: 1