generate_report {gkwreg} | R Documentation |
Generate R Markdown report with analysis results
Description
Generate R Markdown report with analysis results
Usage
generate_report(fits, comparison, metrics, plots, data, output_file)
Arguments
fits |
List of fitted gkwfit models |
comparison |
Data frame with comparison statistics |
metrics |
List with additional fit metrics |
plots |
ggplot2 object with diagnostic plots |
data |
Original data vector |
output_file |
File path for the output report |
Value
Invisibly returns the path to the generated report
[Package gkwreg version 1.0.10 Index]