stmc | R Documentation |
Estimation of ROC performance metrics for a single test of multiple cases.
stmc(response, case, data, cov = jackknife)
response |
response metric expressed in terms of a package-supplied
performance |
case |
optional variable of case identifiers. |
data |
data frame containing the |
cov |
function, function call, or character string naming the
|
Returns a stmc
class object with the following elements.
metric
character name of the performance metric.
est
estimated mean.
se
estimated standard error.
stmc_data
data frame of case-specific ratings.
metrics
, cov_methods
,
parameters
, plot
, roc_curves
,
summary
VanDyke11 <- subset(VanDyke, treatment == "1" & reader == "1") est <- stmc(empirical_auc(truth, rating), data = VanDyke11) plot(est) summary(est)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.