srmc | R Documentation |
Estimation and comparison of ROC performance metrics for single-reader multi-case studies.
srmc(response, test, case, data, cov = jackknife)
response |
response metric expressed in terms of a package-supplied
performance |
test |
variable of test identifiers. |
case |
variable of case identifiers. |
data |
data frame containing the |
cov |
function, function call, or character string naming the
|
Returns an mrmc
class object.
metrics
, cov_methods
,
parameters
, plot
, roc_curves
,
summary
VanDyke1 <- subset(VanDyke, reader == "1") est <- srmc(empirical_auc(truth, rating), treatment, case, data = VanDyke1) plot(est) summary(est)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.