Description Usage Arguments Value
Function to estimate ROC curve (FPR, TPR) for complex survey data
1 |
data |
data frame containing continuous marker X and class label D |
grid |
optional numeric vector of points for roc curve from 0 to 1 |
var_weight |
string variable name for sampling weight. If specified, should be included in data |
ci |
Logical, if true, will calculate asymptotic confidence interval for the TPF |
a dataframe containing
fpr: False positive rate (equals to grid, if specified)
tpr: True positive rate
cutoff: cutoffs for continuous marker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.