Description Usage Arguments Value Examples
Normal parameter model:
theta_0 = (mu0, sigma0)
theta_k = (muk, sigmak)
1 | param_norm(a0, a1, b0, b1, c0, c1, d0, d1)
|
a0, a1 |
|
b0, b1 |
|
c0, c1 |
|
d0, d1 |
|
parammod
representing Normal distributed parameters
1 2 3 4 | ## theta0 = (mu0, sigma0); mu0~Normal(0,5); sigma0 ~ Gamma(1,1);
## thetak = (muk, sigmak); muk~Normal(0,3); sigmak ~ Gamma(5,2);
pn <- param_norm(0,5,1,1,0,3,5,2)
pn$r(5) ## a draw with 5 within-block parameters
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.