Learn R Programming

HeteroGGM (version 1.0.1)

linked_node_names: Indexes the names of all nodes connected to some particular nodes in a subgroup.

Description

Indexes the names of all nodes connected to some particular nodes in a subgroup.

Usage

linked_node_names(summ, va_names, num_subgroup=1)

Value

A list including the names of connected nodes to the nodes of interest in a subgroup.

Arguments

summ

A list, the summary of the resulting network structures.

va_names

A vector, the names of nodes of interest.

num_subgroup

Int, the subgroup numbering.