Internal function to perform the winsorisation and adjustment of z-scores prior to plotting.
OD_adjust_func(
mod_plot_agg = mod_plot_agg,
method = "SHMI",
Winsorise_by = 0.1,
multiplier = 1,
bypass = FALSE
)
Aggregated model input data
Adjustment method, can take the value \"SHMI\" or \"CQC\". \"SHMI\" is default.
The amount to winsorise\/truncate the distribution by, prior to transformation. 0.1 means 10% (at each end).
The amount to multiply the standardised ratio by, default is 1.
TRUE\/FALSE, whether to bypass adjustment (not yet in use in main function)
A list with elements\: aggregated adjusted data fame, Phi (a numeric dispersion ratio), Tau2 (a numeric \"between\" standard error)'