Skip to contents

Generate all convergence and performance diagnostic plots (HMC/NUTS)

Usage

generate_all_convergence_and_metric_plots(
  res,
  out_dir,
  top_k_target = 40,
  top_k_family = 20,
  verbose = TRUE
)

Arguments

res

Result object containing at least res$diag_tbl.

out_dir

Output directory where figures will be written.

top_k_target

Number of targets shown in target-level plots.

top_k_family

Number of families shown in family-level plots.

verbose

Logical; print progress messages.

Value

Invisibly returns TRUE.