Plot Posterior Density of PostF
# S3 method for PostF
plot(
x,
...,
cint = 0.95,
label = NULL,
type = c("linetype", "facet"),
ltitle = ""
)
result of running a function created by PostF
other results created by such functions
interval probability
x-axis label if not the expression originally evaluated. When more than one result is plotted, label
is a vector of character strings, one for each result.
when plotting more than one result specifies whether to make one plot distinguishing results by line type, or whether to make separate panels
used of type='linetype'
to specify name of legend for the line types
ggplot2
object
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.