Description Usage Arguments Value
conf_band
constructs bootstrap confidence bands for the SVM ROC curve from
an object of class svmroc
.
1 |
object |
An object of class |
num_boot |
Number of bootstrap replications. Defaults to 1000. |
gamma |
Complement of confidence level, e.g., |
x |
Values used for interpolation. Defaults to |
An object of class conf_band
, a list with the following components:
lower
, a vector of values for the lower confidence band; upper
, a
vector of values for the upper confidence band; y
, values of the ROC curve;
and x
, values used for interpolation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.