TuneCStatisticLogit | R Documentation |
Computes the difference in absolute value between the desired and expected C statistic given the vector of true probabilities.
TuneCStatisticLogit(scaling_factor, crude_log_odds, auc = NULL)
scaling_factor |
constant by which log-odds (or beta coefficients when there is no intercept) are multiplied. |
crude_log_odds |
vector of log-odds to be multiplied by the
|
auc |
desired concordance statistic (area under the ROC curve). If
|
The absolute difference between desired and expected concordance (if
auc
is provided) or expected concordance (if auc=NULL
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.