Skip to contents

Runs opt-in adoption benchmark scenarios through run_coverage_simulations() and returns an object that can be printed or passed to format_benchmark_report().

Usage

run_adoption_benchmarks(
  scenarios = adoption_benchmark_scenarios(),
  output_dir = file.path("results", "adoption_benchmarks"),
  write_results = TRUE,
  write_report = write_results,
  report_path = file.path(output_dir, "adoption_benchmark_report.md"),
  report_title = "gamlss.longitudinal Adoption Benchmark Report",
  ...
)

Arguments

scenarios

Scenario data frame from adoption_benchmark_scenarios().

output_dir

Directory for optional benchmark outputs.

write_results

Write CSV/RDS outputs when TRUE.

write_report

Write a Markdown benchmark report when TRUE.

report_path

Markdown report path.

report_title

Report title.

...

Additional arguments passed to run_coverage_simulations(), such as seed, max_outer_iter, max_inner_iter, or max_elapsed_sec.

Value

An object of class gamlss_longitudinal_adoption_benchmark.