Description Usage Arguments Details Value Examples
Primitive non-parametric function for calculating AUC or C-statistic for two comparable samples with ordinal data.
1 | simple_auc(norm, abnorm)
|
norm |
Ordinal data of the norm group (controls). |
abnorm |
Ordinal data of the abnorm group (patients). |
This function does not check anything. Argument norm
and
abnorm
must have the correct ordinal data. When mean(norm) >
mean(abnorm)
it is assumed that lower sores indicate deviation from the
norm, and otherwise that higher scores indicate deviation of the norm.
This function can handle very large files.
The statistic AUC (Area under the Receiver Operating Characteristics Curve), also known as the C-statistic or Concordance statistic.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.