aucm (version 2016.1-2)

auc: AUC

Description

AUC methods.

Usage

## S3 method for class 'auc':
coef(object, \dots) 
## S3 method for class 'auc':
predict(object, newdata, case.percentage = NULL, \dots) 
## S3 method for class 'auc':
print(x, \dots) 
## S3 method for class 'auc':
summary(object, \dots) 
## S3 method for class 'auc':
trainauc(fit, training.data = NULL, \dots)
## S3 method for class 'auc':
ratio(fit)

## S3 method for class 'glm':
trainauc(fit, \dots)
## 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 rauc, sauc or sauc.dca.
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 rauc, sauc or sauc.dca
...
arguments passed to or from methods