Summarize the Advantage of FDA-SelectBoost Over Baselines
Source:R/validation.R
summarise_benchmark_advantage.RdComputes the per-scenario and per-level gain of a target method over one or
more reference methods. This is intended to make the benchmark story explicit
when comparing FDA-aware SelectBoost to existing baselines.
Arguments
- x
An
fda_benchmarkorfda_simulation_studyobject.- target
Method whose gain should be assessed.
- reference
One or more baseline methods.
- level
Evaluation level.
- metric
Metric used both for best-
c0selection and for the reported gains.- optimize
Should larger or smaller values of
metricbe preferred?- select_c0
Keep all
c0rows or only the best one per method and replicate.