Learn R Programming

forestsearch (version 0.1.0)

format_bootstrap_diagnostics_table: Format Bootstrap Diagnostics Table with gt

Description

Creates a publication-ready diagnostics table from bootstrap results.

Usage

format_bootstrap_diagnostics_table(
  diagnostics,
  nb_boots,
  results,
  H_estimates = NULL,
  Hc_estimates = NULL
)

Value

A gt table object

Arguments

diagnostics

List. Diagnostics information from summarize_bootstrap_results()

nb_boots

Integer. Number of bootstrap iterations

results

Data.table. Bootstrap results with bias-corrected estimates

H_estimates

List. H subgroup estimates

Hc_estimates

List. Hc subgroup estimates