LOOAUC_simple_multiple_one_df {PathoStat}R Documentation

LOOCV with ROC curve

Description

LOOCV with ROC curve

Usage

LOOAUC_simple_multiple_one_df(df, targetVec)

Arguments

df

Row is sample, column is feature. Required

targetVec

y vector. Required

Value

the ROC

Examples

data('iris')
LOOAUC_simple_multiple_one_df(iris[,1:4],
c(rep(1,100), rep(0,50)))

[Package PathoStat version 1.10.0 Index]