plot.PostF | R Documentation |
PostF
Computes highest posterior density and posterior mean and median as vertical lines, and plots these on the density function. You can transform the posterior draws while plotting.
## S3 method for class 'PostF'
plot(
x,
...,
cint = 0.95,
label = NULL,
type = c("linetype", "facet"),
ltitle = ""
)
x |
result of running a function created by |
... |
other results created by such functions |
cint |
interval probability |
label |
x-axis label if not the expression originally evaluated. When more than one result is plotted, |
type |
when plotting more than one result specifies whether to make one plot distinguishing results by line type, or whether to make separate panels |
ltitle |
used of |
ggplot2
object
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.