plot.BranchGLMROC: Plotting ROC Curve

View source: R/BranchGLMTable.R

plot.BranchGLMROCR Documentation

Plotting ROC Curve

Description

This plots a ROC curve.

Usage

## S3 method for class 'BranchGLMROC'
plot(x, ...)

Arguments

x

a BranchGLMROC object.

...

arguments passed to generic plot function.

Value

No return value, called to create the plot.

Examples

Data <- ToothGrowth
Fit <- BranchGLM(supp ~ ., data = Data, family = "binomial", link = "logit")
MyROC <- ROC(Fit)
plot(MyROC)

BranchGLM documentation built on Aug. 31, 2023, 5:17 p.m.