singlePoster | R Documentation |
plot the posterior distribution for a single parameter
singlePoster(codaSamples, para, indiffZone = c(0.49, 0.51), credMass = 0.95, showMode = FALSE, usexlim = FALSE, xlimLow = 0.4, xlimHigh = 0.6)
codaSamples |
output from |
indiffZone |
limits of indiffZone |
credMass |
probility mass for highest density interval (HDI) |
usexlim |
manually set the xlim of histogram? |
xlimLow |
low end of xlim |
xlimHigh |
high end of xlim |
A wrapper of plotPost fucntion in BEST.
byesRes.A <- BernHierModel(F1.TypeA[, -1], saveName = "Family1.TypeA") singlePoster(byesRes.A, "kappa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.