cf_ind_importance | R Documentation |
Helper function to weight and correct the risk and scores
cf_ind_importance(x)
x |
The risk or score value to be weighted |
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.
cf_ind_importance(x = 0.5)
cf_ind_importance(x = c(0.1,0.5,1.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.