Description Usage Arguments Value Examples
View source: R/assess_direct.R
The assess_direct function is designed to evaluate the prediction accuracy of a Gaussian Graphical model(GGM) comparing with the true graph structure with a known precision matrix.
1 | assess_direct(PREC_for_graph, OMEGA_for_graph, p)
|
PREC_for_graph |
It is the known precision matrix which is used to assess the estimated precision matrix from GGM. |
OMEGA_for_graph |
It is the estimated precision matrix from a GGM. |
p |
It is an integer representing the number of dimension of both the known and estimated precision matrix. |
Return the list of assessment results including sensitivity, specificity, NPV(test negative), PPV(test positive), true positive and true negative.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.