Produces a self-contained HTML file with interactive charts comparing the GNN against the phylogenetic baseline. The report includes per-trait metrics, gate values, conformal coverage, and training history.
Usage
pigauto_report(
fit,
data = NULL,
splits = NULL,
output_path = "pigauto_report.html",
title = "pigauto Imputation Report",
open = TRUE
)Arguments
- fit
A
pigauto_fitobject (or apigauto_resultfromimpute).- data
Optional
pigauto_dataobject. Extracted automatically whenfitis apigauto_result.- splits
Optional splits object. Extracted automatically when
fitis apigauto_result.- output_path
Character. File path for the HTML report (default
"pigauto_report.html"in the working directory).- title
Character. Report title.
- open
Logical. Open the report in a browser when done (default
TRUE).
