Description Usage Arguments Value Author(s) Examples
Implements Gibbs sampling for estimating a two-way table of means under a order restriction.
1 | ordergibbs(data,m)
|
data |
data matrix with first two columns observed sample means and sample sizes |
m |
number of cycles of Gibbs sampling |
matrix of simulated draws of the normal means where each row represents one simulated draw
Jim Albert
1 2 3 | data(iowagpa)
m=1000
s=ordergibbs(iowagpa,m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.