ROCMethod: Calculate cutpoints with ROC method.

View source: R/methods.R

ROCMethodR Documentation

Calculate cutpoints with ROC method.

Description

This function calculates the best cutpoint using ROC method, generates a ROC Plot and histogram.

Usage

ROCMethod(df, time, event, biomarker)

Arguments

df

input data frame

time

Time variable

event

Event variable

biomarker

Biomarker variable

Value

ROC plot, youden Plot, a csv result table


mogluszka/evaluateCutpoints documentation built on Sept. 16, 2022, 2:44 a.m.