Bootstrap_LOOCV_LR_AUC: Do bootstrap and LOOCV

Description Usage Arguments Value Examples

View source: R/biomarker.R

Description

Do bootstrap and LOOCV

Usage

1
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

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

PathoStat documentation built on Nov. 8, 2020, 5:28 p.m.