is.graphical: Determines if Network is Graphical

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

A

A partial correlation network (adjacency matrix)

Value

Returns a TRUE/FALSE for whether network is graphical

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

1
2
3
4
5
6
## Not run: 
A <- (neoOpen, normal = TRUE, partial = TRUE)

is.graphical(A)

## End(Not run)

NetworkToolbox documentation built on May 28, 2021, 5:11 p.m.