comp.roc.curves {Comp2ROC}R Documentation

Calculate distribution

Description

This funtion calculates by bootstrapping the real distribution for the entire length set.

Usage

comp.roc.curves(result, ci.flag = FALSE, graph.flag = FALSE, nome)

Arguments

result

List of statistical measures obtaind throught rocsampling

ci.flag

Flag that indicates if the user wants to calculate the confidance intervals

graph.flag

Flag that indicates if the user wants to draw the graph

nome

Name to put on the graph

Details

In this function ci.flag and graph.flag are set FALSE by defaut

Value

boot

statistics test

p-value

p-value for one-sided

p-value2

p-value for two-sided

ci

confidance interval

See Also

rocsampling


[Package Comp2ROC version 1.1.4 Index]