Description Usage Arguments Details Value
This function plots a decision curve
| 1 | plotDecisionCurve(runPlpList, names = NULL, type = NULL)
 | 
| runPlpList | An object of class 'runPlp' or list of object of class 'runPlp' returned by implementing runPlp() or the output when implementing an existing model | 
| names | A string or vector of model names corresponding to the runPlpList | 
| type | A strng or vector of evaluation types (train/test/validation) to filter for each runPlp | 
Users need to input a list of trained models (the output of runPlp()) or the output of running an existing model
A plot is returned with the model decision cruves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.