Description Usage Arguments Value Author(s) Examples
Tests for whether the network is graphical. Input must be a partial correlation network. Function assumes that partial correlations were computed from a multivariate normal distribution
1 | is.graphical(A)
|
A |
A partial correlation network (adjacency matrix) |
Returns a TRUE/FALSE for whether network is graphical
Alexander Christensen <alexpaulchristensen@gmail.com>
1 2 3 4 5 6 | ## Not run:
A <- LoGo(neoOpen, normal = TRUE, partial = TRUE)
is.graphical(A)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.