Learn R Programming

DESP (version 0.2-2)

DESP_Weighted_Graph: Graph representation from the matrix B

Description

This function build a weighted undirected graph without loops from the matrix B. The weights of the edges depend on squared partial correlations.

Usage

DESP_Weighted_Graph(B, n)

Arguments

B
The coefficient matrix.
n
The sample size.

Value

A new undirected graphNEL object.

See Also

sparseM2Graph