truncation {FunnelPlotR} | R Documentation |
Truncation function for NHSD method
Description
Internal function to perform the truncation.
Usage
truncation(mod_plot_agg = mod_plot_agg, trim_by = 0.1)
Arguments
mod_plot_agg |
Aggregated model input data |
trim_by |
The amount to truncate the distribution by, prior to transformation. 0.1 means 10% (at each end). |
Value
A data.frame with truncated z-scores added
[Package FunnelPlotR version 0.5.0 Index]