density_plot {postpack} | R Documentation |
Create a density plot for a single desired node
Description
Used by diag_plots()
, not intended to be called separately
Usage
density_plot(post, param, show_diags = "if_poor_Rhat")
Arguments
post |
A |
param |
A regular expression that matches a single element in the model.
E.g., |
show_diags |
Control when to display numerical diagnostic summaries on plots. Must be one of
|
Value
A figure showing the posterior density, separated by chain.
Note
This is not a function users will generally use directly. Call diag_plots()
instead.
[Package postpack version 0.5.4 Index]