Bootstrap_LOOCV_LR_AUC {PathoStat}R Documentation

Do bootstrap and LOOCV

Description

Do bootstrap and LOOCV

Usage

Bootstrap_LOOCV_LR_AUC(df, targetVec, nboot = 50)

Arguments

df

Row is sample, column is feature. Required

targetVec

y vector. Required

nboot

number of BOOTSTRAP

Value

bootstrap loocv result dataframe

Examples

data('iris')
Bootstrap_LOOCV_LR_AUC(iris[,1:4],
c(rep(1,100), rep(0,50)), nboot = 3)

[Package PathoStat version 1.16.0 Index]