plot_ROC2 | R Documentation |
Draw ROC curve with variable names
plot_ROC2(yvar, xvars, dataname, ...)
yvar |
Name of dependent variable |
xvars |
Names of independent variables |
dataname |
Name of data |
... |
Further arguments to be passed to plot_ROC |
require(moonBook)
plot_ROC2(yvar="male",xvars=c("weight","height","age"),dataname="radial")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.