Learn R Programming

gkwreg (version 1.0.7)

generate_report: 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)

Value

Invisibly returns the path to the generated report

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