plot_ROC2: Draw ROC curve with variable names

Description Usage Arguments Examples

View source: R/ROC_sub2.R

Description

Draw ROC curve with variable names

Usage

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

Arguments

yvar

Name of dependent variable

xvars

Names of independent variables

dataname

Name of data

...

Arguments to be passed to plot_ROC

Examples

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

cardiomoon/webrExtra documentation built on April 16, 2020, 3:19 p.m.