Description Usage Arguments Value Examples
View source: R/vertical_utilities.R
Generate the receiver operator curve on an object created by 2-party, 3-party, or K-party vdra logistic regression. Only the party that holds the response may invoke this function.
1 | RocTest(x, bins = 10)
|
x |
an object of type |
bins |
the number of bins the data will be separated into. |
Returns an object of class rocdistributed
. Objects of this class have a method for the function print
. The following components must be included in a rocdistributed
object.
roc |
a two column matrix containing the cordinates of 1 - specifity and sensitivity. |
auc |
numeric value which is area under the curve. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.