Plot Posterior over Prior
Plot Posterior over Prior
plot_PriorPost(x, ...)# S3 method for fitTK
plot_PriorPost(x, select = "all", ...)
# S3 method for df_PP
plot_PriorPost(x, select = "all", ...)
A plot of class ggplot
.
A plot of class ggplot
.
A data.frame of class df_PP
returned by the function df_PriorPost()
.
addition arguments
A string selecting the parameters. Defaults is "all"
and select all parameters.
Deterministic parameters can be selected by setting "deterministic"
and
stochastic parameter with "stochastic"
.