LOOAUC_simple_multiple_noplot_one_df {PathoStat}R Documentation

LOOCV

Description

LOOCV

Usage

LOOAUC_simple_multiple_noplot_one_df(df, targetVec)

Arguments

df

Row is sample, column is feature. Required

targetVec

y vector. Required

Value

mean auc

Examples

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

[Package PathoStat version 1.19.0 Index]