Determines if Network is Graphical
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
is.graphical(A)
A |
A partial correlation network (adjacency matrix) |
Returns a TRUE/FALSE for whether network is graphical
Alexander Christensen <alexpaulchristensen@gmail.com>
## Not run: A <- LoGo(neoOpen, normal = TRUE, partial = TRUE) is.graphical(A) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.