Description Usage Arguments Value
View source: R/extrafunctions.R
This function reports the false positive rate, false negative rate, and proportion of errors for estimating the edges of a graphical model.
1 | graphical_model_errors(Theta, A, Q = diag(ncol(A)))
|
Theta |
A matrix where non-zeros indicate edges. |
A |
Adjacency matrix of the graphical model |
Q |
Alignment permutation matrix between A and Theta. The default is the identity matrix. |
False positive rate (FPR), false negative rate (FNR) and total support error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.