Index a sensitivity analysis run's ids by PFT, quantile and trait
Source:R/sa_run_samples.R
sa_run_id_table.RdThe sensitivity analysis post-processing looks runs up by which trait sits at which quantile, rather than by run order. This builds that lookup from the design and the ids the writer returned, so it no longer has to be produced as a side effect of writing the configs.
Arguments
- design_matrix
The design from
generate_OAT_SA_design.- run_ids
Run ids, one per design row, in design order.