Ops.prior {isotracer} | R Documentation |
Implementation of the '==' operator for priors
Description
Implementation of the '==' operator for priors
Usage
## S3 method for class 'prior'
Ops(e1, e2)
Arguments
e1 , e2 |
Objects of class "prior". |
Value
Boolean (or throws an error for unsupported operators).
Examples
p <- constant_p(0)
q <- constant_p(4)
p == q
p <- hcauchy_p(2)
q <- hcauchy_p(2)
p == q
[Package isotracer version 1.1.6 Index]