Shows trace plots for Stan samples produced by a map2stan
fit, annotated by number of effective samples. Automatic paging and adjustable number of columns and rows per page.
plot( object , pars , col=rethink_palette , alpha=1 , bg=gray(0.7,0.5) , ask=TRUE , window , n_cols=3 , max_rows=5 , ... )
map2stan model fit
Character vector of parameters to display
Vector of colors to use for chains. Recycled.
alpha transparency of chains
Background fill for warmup samples
Whether to pause for paging. Default is TRUE
.
Range of samples to display. Default is all samples.
Number of columns per page
Maximum number of rows per page
Additional arguments to pass to plot commands
This is the default trace plot method for map2stan
model fits.