plotMeanROC: Plots a ROC curve.

Description Usage Arguments Value Author(s) Examples

View source: R/plotMeanROC.R

Description

The ROC curve is respresented as average values from CV.

Usage

1

Arguments

out

A list. The output from R.ROSETTA.

Value

output

A plot.

Author(s)

Mateusz Garbulowski

Examples

1
2
3
4
library(R.ROSETTA)

out <- rosetta(autcon, roc = TRUE, clroc = "autism")
plotMeanROC(out)

komorowskilab/R.ROSETTA documentation built on April 5, 2021, 9:41 a.m.