roc {pgraph} | R Documentation |
Compute the Projected Graph
Description
roc
calculate the fpr and tpr for the roc curve
Usage
roc(a, a0)
Arguments
a |
p * p estimated graph |
a0 |
p * p true graph |
Value
a list.
tpr |
tpr sequence |
fpr |
fpr sequence |
[Package pgraph version 1.6 Index]