Learn R Programming

Comp2ROC (version 1.0)

comp.roc.curves: 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

Value

  • This function returns a list with:
  • bootstatistics test
  • p-valuep-value for one-sided
  • p-value2p-value for two-sided
  • ciconfidance interval

Details

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

See Also

rocsampling