plot_sampler_params {adnuts} | R Documentation |
Plot adaptation metrics for a fitted model.
Description
Plot adaptation metrics for a fitted model.
Usage
plot_sampler_params(fit, plot = TRUE)
Arguments
fit |
A fitted object returned by
|
plot |
Whether to plot the results |
Details
This utility function quickly plots the adaptation output of NUTS chains.
Value
Prints and invisibly returns a ggplot object
Examples
fit <- readRDS(system.file('examples', 'fit.RDS', package='adnuts'))
plot_sampler_params(fit)
[Package adnuts version 1.1.2 Index]