ROC.data_col: Calculate sensitivity and specificity at different threshold...

View source: R/functions.R

ROC.data_colR Documentation

Calculate sensitivity and specificity at different threshold for drawing ROC curves

Description

Using prediction by some methods, calculate sensitivity and specificity at different threshold for drawing ROC curves.

Usage

ROC.data_col(pred_prob, nsame, ndiff, thres, Method)

Arguments

nsame

number of mates

ndiff

number of non-mates

thres

Threshold for ROC curve

Method

method name


erichare/shoeprintr documentation built on May 3, 2024, 6:45 a.m.