
Last chance! 50% off unlimited learning
Sale ends in
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 partial correlation network (adjacency matrix)
Returns a TRUE/FALSE for whether network is graphical
# NOT RUN {
A <- LoGo(neoOpen, normal = TRUE, partial = TRUE)
is.graphical(A)
# }
Run the code above in your browser using DataLab