create_bootstrap_diagnostic_plots: Create Bootstrap Diagnostic Plots
Description
Generates diagnostic visualization plots for bootstrap analysis.
Usage
create_bootstrap_diagnostic_plots(
results,
H_estimates,
Hc_estimates,
overall_timing = NULL
)
Value
List of ggplot2 objects
Arguments
- results
Data frame with bootstrap results
- H_estimates
List with H subgroup estimates
- Hc_estimates
List with Hc subgroup estimates
- overall_timing
List with overall timing information (optional)