densityplot {jagsUI} | R Documentation |
Displays a series of density plots for posteriors of monitored parameters in a JAGS analysis.
densityplot(x, parameters=NULL, layout=NULL, ask=NULL)
x |
A jagsUI object |
parameters |
A vector of names (as characters) of parameters to plot. Parameter names must match parameters included in the model. Calling non-scalar parameters without subsetting (e.g. |
layout |
A length 2 vector with the number of rows and columns to display in the plot. The default is 3 x 3, or smaller if there are fewer parameters to plot. |
ask |
If |
Ken Kellner contact@kenkellner.com.