| densityplot {jagsUI} | R Documentation | 
Density plots of JAGS output
Description
Displays a series of density plots for posteriors of monitored parameters in a JAGS analysis.
Usage
  densityplot(x, parameters=NULL, layout=NULL, ask=NULL)
Arguments
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   | 
Author(s)
Ken Kellner contact@kenkellner.com.
[Package jagsUI version 1.6.2 Index]