auc: AUC

Description Usage Arguments Author(s)

Description

AUC methods.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## 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 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

Author(s)

Youyi Fong youyifong@gmail.com
Krisztian Sebestyen


aucm documentation built on Jan. 11, 2020, 9:43 a.m.

Related to auc in aucm...