comparison {SBICgraph} | R Documentation |
Comparing the real and estimated adjacency matrix
Description
Comparing the two adjacency matrices for false discovery rate and positive selection rate. Used for model validation
Usage
comparison(real, estimate)
Arguments
real |
The real matrix |
estimate |
The estimated matrix |
Value
A list of the following evaluation metrics
PSR |
Positive Selection Rate |
FDR |
False Discovery rate |
Author(s)
Jie Zhou
[Package SBICgraph version 1.0.0 Index]