powered by
Plot adaptation metrics for a fitted model.
plot_sampler_params(fit, plot = TRUE)
A fitted object returned by sample_admb.
sample_admb
Whether to plot the results
Prints and invisibly returns a ggplot object
This utility function quickly plots the adaptation output of NUTS chains.
# NOT RUN { fit <- readRDS(system.file('examples', 'fit.RDS', package='adnuts')) plot_sampler_params(fit) # }
Run the code above in your browser using DataLab