0

I am using rstanarm and want to create priors that are bound to be positive, so lower>0. How can I do this?

StudentT
  • 3
  • 1

1 Answers1

1

That is not currently possible with the rstanarm package. It is possible if you use the brms package or write your own Stan code.

Ben Goodrich
  • 4,870
  • 1
  • 19
  • 18