bcp {BaM} | R Documentation |
Implementation of bcp function, see pages 362-363 (2nd Edition).
bcp(theta.matrix, y, a, b, g, d)
theta.matrix |
theta.matrix |
y |
Counts of Coal Mining Disasters |
a |
Alpha Value in the lambda Prior |
b |
Beta Value in the lambda Prior |
g |
Gamma Value in the phi Prior |
d |
Delta Value in the phi Prior |
Jeff Gill
## Not run:
bcp(theta.matrix,y,a,b,g,d)
## End(Not run)