Learn R Programming

OBIC (version 4.2.3)

cf_ind_importance: 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)

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.

Arguments

x

The risk or score value to be weighted

Examples

Run this code
cf_ind_importance(x = 0.5)
cf_ind_importance(x = c(0.1,0.5,1.5))

Run the code above in your browser using DataLab