rocboot.summary {Comp2ROC} | R Documentation |
This function allows to see the information obtained throught function roc.curve.boot
.
rocboot.summary(result, mod1, mod2)
result |
List of statistical measures obtaind throught |
mod1 |
Name of the column of dataframe that represents the first modality |
mod2 |
Name of the column of dataframe that represents the second modality |
data(zhang) moda1 = "modality1" moda2 = "modality2" nameE = "new_Zhang" data = read.manually.introduced(zhang, moda1, TRUE, moda2, TRUE, "status", TRUE) results = roc.curves.boot(data, name=nameE, mod1=moda1, mod2=moda2) rocboot.summary(results, moda1, moda2)