cf_ind_importance: Helper function to weight and correct the risk and scores

View source: R/evaluate.R

cf_ind_importanceR 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))


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.