Deficit (frailty) Index (DI) summarizes a range of deficits from in surveys or clinical data sets. “Recalling that frailty is an age-associated, nonspecific vulnerability, we consider symptoms, signs, diseases, and disabilities as deficits, which are combined in a frailty index. An individual’s frailty index score reflects the proportion of potential deficits present in that person, and indicates the likelihood that frailty is present. Although based on a simple count, the frailty index shows several interesting properties, including a characteristic rate of accumulation, a submaximal limit, and characteristic changes with age in its distribution. The frailty index, as a state variable, is able to quantitatively summarize vulnerability. Future studies include the application of network analyses and stochastic analytical techniques to the evaluation of the frailty index and the description of other state variables in relation to frailty.” [1]
By default, values are rescaled to the interval [0,1]. If you do not
want this, you can set the rescale
flag to
FALSE
:
Sometimes it needs to apply a custom scaling. For example if values 0 and 1 incorrectly represent the reality, the user can apply his own scale: 0 –> 0.2 and 1 –> 0.8. To do this, he needs to use a special grammar: <column_name:new_value_1:new_value2:new_value3:…>. Example below shows this situation:
The option invert
allows inverting values of some
columns (user-defined). invert
is NULL
by
default.