comparison {SBICgraph} | R Documentation |
Comparing the two adjacency matrices for false discovery rate and positive selection rate. Used for model validation
comparison(real, estimate)
real |
The real matrix |
estimate |
The estimated matrix |
A list of the following evaluation metrics
PSR |
Positive Selection Rate |
FDR |
False Discovery rate |
Jie Zhou