adja2nbn {rbmn}R Documentation

standardized /nbn/ from an adjacency matrix

Description

returns a nbn object with O/1 regression coefficients having adja as adjacency matrix.

Usage

adja2nbn(adja)

Arguments

adja

The initial adjacency matrix.

Value

The corresponding standardized nbn object.

Examples

 print8nbn(adja2nbn(adja4nbn(rbmn0nbn.03)));

[Package rbmn version 0.9-6 Index]