auc {kyotil} | R Documentation |
AUC
Description
AUC methods.
Usage
## S3 method for class 'auc'
coef(object, ...)
## S3 method for class 'auc'
predict(object, newdata, case.percentage = NULL, ...)
## S3 method for class 'auc'
print(x, ...)
## S3 method for class 'auc'
summary(object, ...)
## S3 method for class 'auc'
trainauc(fit, training.data = NULL, ...)
## S3 method for class 'auc'
ratio(fit)
## S3 method for class 'glm'
trainauc(fit, ...)
## S3 method for class 'glm'
ratio(fit)
Arguments
fit |
an object that inherits from class 'auc' such as 'rauc' or 'sauc' |
object |
an object that inherits from class 'auc' such as 'rauc' or 'sauc' |
x |
an object that inherits from class 'auc' such as |
newdata |
data at which to predict |
case.percentage |
used for class prediction, defaults to NULL |
training.data |
data frame used to compute auc based on a fit obtained by a call to |
... |
arguments passed to or from methods |
Author(s)
Youyi Fong youyifong@gmail.com
Krisztian Sebestyen
[Package kyotil version 2024.5-8 Index]