Learn R Programming

BaM (version 1.0.3)

bcp: bcp

Description

Implementation of bcp function, see pages 362-363 (2nd Edition).

Usage

bcp(theta.matrix, y, a, b, g, d)

Arguments

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

Author

Jeff Gill

Examples

Run this code
if (FALSE) {
bcp(theta.matrix,y,a,b,g,d)
}

Run the code above in your browser using DataLab