LOOAUC_simple_multiple_noplot_one_df: Perform Leave-one-out CV with Logistic Regression.

Description Usage Arguments Value

View source: R/evaluate.R

Description

Perform Leave-one-out CV with Logistic Regression.

Usage

1

Arguments

df

a data.frame of gene expression count data. Required.

targetVec

a binary vector of the response variable. Should be the same number of rows as df. Required.

Value

A list of length 3 with elements

auc

The AUC from the LOOCV procedure.

byClass

A vector containing the sensitivity, specificity, positive predictive value, negative predictive value, precision, recall, F1, prevalence, detection rate, detection prevalence and balanced accuracy.

prob

A vector of the test prediction probabilities.


TBSignatureProfiler documentation built on Nov. 8, 2020, 6:56 p.m.