plot_sampler_params | R Documentation |
Plot adaptation metrics for a fitted model.
plot_sampler_params(fit, plot = TRUE)
fit |
A fitted object returned by
|
plot |
Whether to plot the results |
This utility function quickly plots the adaptation output of NUTS chains.
Prints and invisibly returns a ggplot object
fit <- readRDS(system.file('examples', 'fit.RDS', package='adnuts'))
plot_sampler_params(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.