Description Usage Arguments Value Author(s) Examples
Given simulated draws from the posterior from a normal sampling model, outputs simulated draws from the posterior predictive distribution of a statistic of interest.
1 | normpostpred(parameters,sample.size,f=min)
|
parameters |
list of simulated draws from the posterior where mu contains the normal mean and sigma2 contains the normal variance |
sample.size |
size of sample of future sample |
f |
function defining the statistic |
simulated sample of the posterior predictive distribution of the statistic
Jim Albert
1 2 3 4 5 | # finds posterior predictive distribution of the min statistic of a future sample of size 15
data(darwin)
s=normpostsim(darwin$difference)
sample.size=15
sim.stats=normpostpred(s,sample.size,min)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.