Skip to contents

Analyze the results from a given classifier.

Usage

plotAUCg(mod = NULL, score, y, main = "", ci = TRUE, show.intercept = TRUE)

Arguments

mod:

a predomics model object (default = NULL)

score:

this is the y^ of a given model

y:

the class to be predicted

main:

title of the graph

ci:

the point shape for the graph

show.intercept:

plot or not the intercept on the graph (default:TRUE)

Value

a ggplot object