Learn R Programming

jlsm (version 0.1.0)

Simulateblsm: Simulate from the BLSM model

Description

function to simulate networks from the BLSM

Usage

Simulateblsm(model)

Arguments

model

object of class BLSM

Value

list containing:

  • Y.ia (N x M) matrix containing the simulated Y.ia

Examples

Run this code
# NOT RUN {
attach(french)
a=blsm(Niter=5,Y.ia,D=2)
Simulateblsm(a)
# }

Run the code above in your browser using DataLab