RSE Suppression
Summary | Suppresses RSE values over a given threshold. |
---|---|
Filename | rse_suppression |
Dependencies | RSE Calculation Module |
Priority | The RSE modules must be configured to run in the following sequence:
The RSE Calculation Module now runs automatically whenever you have a dataset configured to use SuperSERVER weightings. It only needs to be configured if you want to change any of its settings. If you do not specifically configure the RSE Calculation Module it will automatically run before any other RSE modules. |
Configuration
method addmethod <method_id> [{table|mandatory}] [<display_name>]
method <method_id> adddcplugin <plugin_id> rse_suppression
method <method_id> <plugin_id> addproperty suppression_threshold <threshold>
Example
method addmethod MethodID
method MethodID adddcplugin RSESuppression rse_suppression
method MethodID RSESuppression addproperty suppression_threshold "0.5"
Properties
suppression_threshold | The threshold for suppressing RSE. Any RSE above this value will be suppressed. The threshold must be greater than 0. | Required |
---|