cf_ind_importance {OBIC}R Documentation

Helper function to weight and correct the risk and scores

Description

Helper function to weight and correct the risk and scores

Usage

cf_ind_importance(x)

Arguments

x

The risk or score value to be weighted

Value

A transformed variable after applying a inverse weighing function so that lower values will gain more impact when applied in a weighed.mean function. A numeric value.

Examples

cf_ind_importance(x = 0.5)
cf_ind_importance(x = c(0.1,0.5,1.5))


[Package OBIC version 3.0.2 Index]