netA: Generate the the network structure matrix A.

Description Usage Arguments Value Examples

View source: R/StatCompR.R

Description

Generate the the network structure matrix A.

Usage

1
netA(K, N)

Arguments

K

the number of blocks (integer)

N

the network size (integer)

Value

the network structure matrix A

Examples

1
2
3
4
5
## Not run: 
K<- 3
N<- 5
netA(3,5)
## End(Not run)

clulu1014/StatComp21024 documentation built on Dec. 23, 2021, 11:14 p.m.