Description Usage Arguments Details Value
This function calculates the ntegrated discrimination improvement (IDI) metric for all model comparisons
1 | multipleIDI(plpRunList)
|
plpRunList |
A list of objects returned runPlp() containing the trained model or the output when implementing an existing model |
Users need to input a lsit of two or more trained models (the output of runPlp()) or the output of running an existing model
A data.frame containing the columns: Model1, Model2, IDI value and z-value (can be used for statistical significance). A positive value suggests Model1 is better than Model2. A negative values suggests the opposite.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.