plot_ROC2: Draw ROC curve with variable names

View source: R/multipleRoc.R

plot_ROC2R Documentation

Draw ROC curve with variable names

Description

Draw ROC curve with variable names

Usage

plot_ROC2(yvar, xvars, dataname, ...)

Arguments

yvar

Name of dependent variable

xvars

Names of independent variables

dataname

Name of data

...

Further arguments to be passed to plot_ROC

Examples

require(moonBook)
plot_ROC2(yvar="male",xvars=c("weight","height","age"),dataname="radial")

cardiomoon/multipleROC documentation built on Sept. 9, 2023, 7:41 a.m.