GammaPrior {bayesPO} | R Documentation |
Create a Gamma prior object for model specification.
Description
Constructor for GammaPrior-class
objects
Usage
GammaPrior(shape, rate)
Arguments
shape |
A positive number. |
rate |
A positive number. |
Value
A GammaPrior
object with adequate slots.
[Package bayesPO version 0.5.0 Index]