DSI: Calculate the Disease Severity Index (DSI) (class for each unit)
Description
This function calculates the Disease Severity Index (DSI) based on the provided unit,
class, and maximum class value. The DSI is computed by aggregating the classes,
calculating weights by multiplying the frequency of each class by the class itself,
and then dividing the sum of these weights by the product of the total number of
entries and the maximum class value, then multiplying by 100.
Usage
DSI(unit, class, max)
Value
Returns a single numeric value representing the DSI.
Arguments
unit
A vector representing the units.
class
A vector representing the classes corresponding to the units.
max
A numeric value representing the maximum possible class value.
See Also
Other Disease quantification:
CompMuCens(),
DSI2()