BetaDeltaPrior-class {bayesPO} | R Documentation |
Generic class for the beta and delta parameters.
Description
Generic class for the beta and delta parameters.
Usage
## S4 method for signature 'BetaDeltaPrior'
show(object)
## S4 method for signature 'BetaDeltaPrior'
print(x, ...)
## S3 method for class 'BetaDeltaPrior'
print(x, ...)
Arguments
object |
The BetaDeltaPrior object. |
x |
The BetaDeltaPrior object. |
... |
Ignored. |
Value
show
and print
: The invisible object.
Fields
family
The family of distributions of the prior.
[Package bayesPO version 0.5.0 Index]