Learn R Programming

rbmn (version 0.9-6)

adja2nbn: standardized /nbn/ from an adjacency matrix

Description

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

Usage

adja2nbn(adja)

Value

The corresponding standardized nbn object.

Arguments

adja

The initial adjacency matrix.

Examples

Run this code
 print8nbn(adja2nbn(adja4nbn(rbmn0nbn.03)));

Run the code above in your browser using DataLab