combined: Convert the list into a symmetric matrix

Description Usage Arguments Value

View source: R/Functions.R

Description

This function converts the list of vectors into a symmetric matrix

Usage

1
combined(dat,y)

Arguments

dat

An input matrix. The columns represent variables and the rows indicate observations.

y

List data that includes estimates from nodewise regression.

Value

symMat

Symmetric matrix that represents the inferred network


DWLasso documentation built on May 2, 2019, 7:27 a.m.

Related to combined in DWLasso...